Skip to content

Commit

Permalink
TRACK should be place into the GITHUB_ENV not GITHUB_OUTPUT
Browse files Browse the repository at this point in the history
  • Loading branch information
addyess committed May 3, 2024
1 parent cccbab7 commit 9ea62ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-snap-revision.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Prepare Track
run: |-
BRANCH="${{matrix.branch}}"
echo "TRACK=${BRANCH:8}" | tee -a "$GITHUB_OUTPUT"
echo "TRACK=${BRANCH:8}" | tee -a "$GITHUB_ENV"
- name: Checkout ${{ matrix.branch }}
uses: actions/checkout@v4
Expand Down

0 comments on commit 9ea62ae

Please sign in to comment.