Skip to content

Commit

Permalink
Get target from branch name in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
rconway committed Jun 10, 2024
1 parent ad932cd commit 59da08e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-smoke-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- name: Deduce TARGET from branch name
run: |
echo "TARGET=${BRANCH#deploy-}" >>$GITHUB_OUTPUT
echo "TARGET=${BRANCH#deploy-}" >>$GITHUB_ENV
- name: Prepare test environment
run: |
echo "TARGET is ${{ env.TARGET }}"
Expand Down

0 comments on commit 59da08e

Please sign in to comment.