Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
abdallahmehiz committed Aug 24, 2024
1 parent 090bfa5 commit 78778ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
set -e
commit_count=(git rev-list --count HEAD)
echo "COMMIT_COUNT=$commit_count)" >> $GITHUB_ENV
echo "COMMIT_COUNT=$commit_count" >> $GITHUB_ENV
echo "COMMIT_SHA=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
echo "CURRENT_SHA=$(git rev-parse HEAD)" >> $GITHUB_ENV
prev_commit_count=$(echo "${{ steps.last_release.outputs.tag_name }}" | sed -e "s/^r//")
Expand Down

0 comments on commit 78778ea

Please sign in to comment.