Skip to content

Commit

Permalink
Merge branch 'main' into invoketemplatewf
Browse files Browse the repository at this point in the history
  • Loading branch information
thunderbirdgit authored Aug 28, 2024
2 parents 82ff843 + fc1c7d4 commit 6849a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/precommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
echo "short_sha=$(echo ${{ github.sha }} | cut -c1-7)" >> $GITHUB_OUTPUT
elif [ "${{ github.event_name }}" == "pull_request" ]; then
echo "short_sha=$(echo ${{ github.event.pull_request.head.sha }} | cut -c1-7)" >> $GITHUB_OUTPUT
elif [ "${{ github.event.pull_request.merged }}" == true ]; then
else
echo "short_sha=$(echo ${{ github.sha }} | cut -c1-7)" >> $GITHUB_OUTPUT
fi
Expand Down

0 comments on commit 6849a12

Please sign in to comment.