Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 2f1c7ec

Browse files
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

Lines changed: 2 additions & 2 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /