Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
anjmao committed Sep 2, 2024
1 parent 73e1cf6 commit c37d1b9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,12 @@ jobs:
run: echo "RELEASE_TAG=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV

- name: Get merge request latest commit
id: parse-commit
if: ${{ github.event_name == 'pull_request' }}
id: parse-commit-sha
run: |
msg=$(git show -s --format=%s)
echo "head_commit_message=${msg}" >> $GITHUB_ENV
head=$(git rev-parse HEAD)
echo "head_commit_sha=${head}" >> $GITHUB_ENV
echo "Head commit sha ${head}"
- name: Secret Scanning
uses: trufflesecurity/trufflehog@main
Expand Down

0 comments on commit c37d1b9

Please sign in to comment.