Skip to content

Commit

Permalink
test environment name
Browse files Browse the repository at this point in the history
gets environment name and outputs it to console
  • Loading branch information
p-galligan committed May 20, 2024
1 parent 81cdcb8 commit aeb21cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Test github environment
run: echo "${{ github.ref_name }}"

- name: Export secrets to environment variables
uses: oNaiPs/[email protected]
with:
Expand Down

0 comments on commit aeb21cc

Please sign in to comment.