Skip to content

Commit

Permalink
fix if statement syntax 2
Browse files Browse the repository at this point in the history
  • Loading branch information
bquan0 committed Aug 21, 2023
1 parent 638ebf2 commit 7d275a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/variablesTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
echo ${{ github.event_name }}
- name: Check for DOCKER_IMAGE_TAG change
if: $GITHUB_EVENT_NAME == 'pull_request'
if: github.event_name == 'pull_request'
run: echo ":refs_heads_${GITHUB_HEAD_REF}-bk0" >> $env.DOCKER_IMAGE_TAG

- name: Echo DOCKER_IMAGE_TAG again
Expand Down

0 comments on commit 7d275a4

Please sign in to comment.