Skip to content

Commit

Permalink
Merge branch 'master' into rename-env-to-ec2-instance-tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ispeakc0de authored Aug 14, 2024
2 parents 0f7308e + 9646f0b commit 45a705d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
id: getcommit
run: |
prsha=$(echo $response | jq '.[-1].sha' | tr -d '"')
echo "::set-output name=sha::$prsha"
echo "sha=$prsha" >> $GITHUB_OUTPUT
env:
response: ${{ steps.get_PR_commits.outputs.data }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/portal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
id: getcommit
run: |
prsha=$(echo $response | jq '.[-1].sha' | tr -d '"')
echo "::set-output name=sha::$prsha"
echo "sha=$prsha" >> $GITHUB_OUTPUT
env:
response: ${{ steps.get_PR_commits.outputs.data }}

Expand Down

0 comments on commit 45a705d

Please sign in to comment.