Skip to content

Commit

Permalink
chore: manually run with latest ci commit with hash of 6d6b974
Browse files Browse the repository at this point in the history
  • Loading branch information
maancham committed Jul 4, 2024
1 parent f1e8d6b commit 085b4d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-to-r2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Determine branch and commit hash
id: get-branch-and-commit
run: |
commit_hash="dca7ffd"
commit_hash="6d6b974"
echo "branch=main" >> $GITHUB_OUTPUT
echo "commit_hash=$commit_hash" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 085b4d3

Please sign in to comment.