Skip to content

Commit 2f1c7ec

Browse files
authored
Update lambda.yml (#45)
1 parent b7dd8b5 commit 2f1c7ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lambda.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
id: commit
1515
run: |
1616
if [[ '${{ github.ref }}' == 'refs/heads/master' ]]; then
17-
echo "::set-output name=sha::${{ github.sha }}"
17+
echo "sha=${{ github.sha }}" >> $GITHUB_OUTPUT
1818
else
19-
echo "::set-output name=sha::${{ github.event.pull_request.head.sha }}"
19+
echo "sha=${{ github.event.pull_request.head.sha }}" >> $GITHUB_OUTPUT
2020
fi
2121
# Checkout the pull request branch
2222
- name: Checkout code

0 commit comments

Comments
 (0)