Skip to content

Commit

Permalink
set-env is deprecated us alternative
Browse files Browse the repository at this point in the history
  • Loading branch information
petecheslock committed Sep 1, 2023
1 parent 36c4d03 commit bcca29b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/appmap-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
env:
NUM: ${{ matrix.group }}
run: |
echo ::set-env name=ARCHIVE_ID::$(($NUM-1))
echo "ARCHIVE_ID=$(($NUM - 1))" >> $GITHUB_ENV
- name: Save AppMap archive
if: (success() || failure())
Expand Down

0 comments on commit bcca29b

Please sign in to comment.