Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeskinner authored Feb 7, 2024
1 parent bfa14d3 commit 76dff7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
run: git fetch

- name: Set Environment Variable
run: echo "MY_COMMAND=$MY_COMMAND" >> $GITHUB_ENV
run: echo "TEST=$MY_COMMAND" >> $GITHUB_ENV

- name: Echo Command
run: echo "$MY_COMMAND"
run: echo "$TEST"

- name: Get common ancestor commit
id: merge-base
Expand Down

0 comments on commit 76dff7c

Please sign in to comment.