Skip to content

Commit

Permalink
Update srcinfo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
oklopfer authored May 3, 2024
1 parent 31ba876 commit 61e07c5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/srcinfo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,4 @@ jobs:
git config user.name "GitHub Actions"
git config user.email "[email protected]"
git add .
git commit -m "update .SRCINFO"
git push origin HEAD:${{ github.head_ref }}
git commit -m "update .SRCINFO" && git push origin HEAD:${{ github.head_ref }} || echo "Nothing to push."

0 comments on commit 61e07c5

Please sign in to comment.