Skip to content

Commit

Permalink
[upload]
Browse files Browse the repository at this point in the history
  • Loading branch information
andiradulescu authored Aug 7, 2024
1 parent 9980051 commit 0b6085e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
git config user.name "GitHub Actions Bot"
git config user.email "<>"
git add ${{ github.workspace }}/ci-artifacts/*
git commit -m "artifacts for PR #${{ github.event.number }}"
git commit -m "build artifacts for PR #${{ github.event.number }}"
git push origin agnos-builder/pr-${{ github.event.number }} --force
- name: Comment on PR
Expand Down

0 comments on commit 0b6085e

Please sign in to comment.