Skip to content

Commit

Permalink
update action
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Hoß <seb@xn--ho-hia.de>
  • Loading branch information
sebhoss committed Mar 30, 2024
1 parent c9e43a6 commit 7ea4f2f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/update-upstream-specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@

name: Update Upstream Specs
on:
pull_request:
branches: [ main ]
paths:
- .github/workflows/update-upstream-specs.yml
schedule:
- cron: 49 13 * * FRI
workflow_dispatch:
Expand Down Expand Up @@ -37,7 +33,7 @@ jobs:
continue-on-error: true
- id: cpr
name: Create Pull Request
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.PAT }}
commit-message: Update upstream specifications to their latest version
Expand Down

0 comments on commit 7ea4f2f

Please # to comment.