Skip to content

Commit

Permalink
Update libspm-update.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PKD667 authored Jul 24, 2024
1 parent 8a7215c commit 07402de
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/libspm-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,12 @@ jobs:
git commit -m "Update submodule to latest commit" || echo "Nothing to commit"
- name: Push changes
if: success() && steps.update.outputs.changes == 'true'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git push origin update-submodule
- name: Create Pull Request
if: success() && steps.update.outputs.changes == 'true'
uses: peter-evans/create-pull-request@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 07402de

Please sign in to comment.