Skip to content

Commit

Permalink
update ci 26
Browse files Browse the repository at this point in the history
  • Loading branch information
hirsch88 committed Feb 28, 2024
1 parent 9d21fc6 commit ed6b0d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
id: last-commit
run: |
COMMITS_URL="https://api.github.com/repos/${{ github.repository }}/pulls/${{ github.event.issue.number }}/commits"
LAST_COMMIT_SHA=$(curl -s -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" $COMMITS_URL | jq -r '.[-1].sha')
LAST_COMMIT_SHA=$(curl -s -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" $COMMITS_URL | jq -r '.[-1].sha_short')
echo "sha=$LAST_COMMIT_SHA" >> $GITHUB_OUTPUT
- name: Truncate timestamp to 8 characters
Expand All @@ -58,7 +58,7 @@ jobs:
comment-id: ${{ github.event.comment.id }}
edit-mode: replace
body: |
🚚 Snapshot Version in Progress..
**🚚 Snapshot Version in Progress..**
Version: `${{ steps.set-version.outputs.version }}`
Expand Down

0 comments on commit ed6b0d4

Please sign in to comment.