mirror of
https://github.com/LizardByte/Sunshine.git
synced 2024-11-17 08:09:50 +00:00
Update create_package.yml
-Use master branch for verify_changelog action
This commit is contained in:
parent
41044ab97f
commit
7306a3468d
2
.github/workflows/create_package.yml
vendored
2
.github/workflows/create_package.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
||||
id: verify_changelog
|
||||
if: ${{ github.ref == 'refs/heads/master' || github.base_ref == 'master' }}
|
||||
# base_ref for pull request check, ref for push
|
||||
uses: SunshineStream/actions/verify_changelog@v0
|
||||
uses: SunshineStream/actions/verify_changelog@master
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
outputs:
|
||||
|
Loading…
Reference in New Issue
Block a user