Skip to content

Commit

Permalink
fix: replacing deprecated set-output in workflow (philips-labs#2564)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasehlert committed Oct 19, 2022
1 parent d4badbd commit aa0afdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
id: lambda
env:
LAMBDA: ${{ matrix.lambda }}
run: echo ::set-output name=name::${LAMBDA##*/}
run: echo "name=${LAMBDA##*/}" >> $GITHUB_OUTPUT
- uses: actions/checkout@v3
- name: Add zip
run: apt update && apt install zip
Expand Down

0 comments on commit aa0afdd

Please sign in to comment.