Skip to content

Commit

Permalink
ci: improve update-psl workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoEidinger committed Jul 20, 2023
1 parent f6f9240 commit 437c070
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/update.yml
Expand Up @@ -15,4 +15,7 @@ jobs:
- name: Update PSL
run: python update-psl.py
- name: Create pull request to commit updated psl
uses: peter-evans/create-pull-request@v4
uses: peter-evans/create-pull-request@v5
with:
commit-message: Update PSL
title: '[Automatic] Update PSL'

0 comments on commit 437c070

Please sign in to comment.