mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-02-06 18:40:37 +00:00
Merge pull request #31 from SunshineStream/fix-changelog-parser-issue
Update create_package.yml
This commit is contained in:
commit
5993deadb2
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…
x
Reference in New Issue
Block a user