mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-10 18:21:47 +00:00
Fix pr-build-artifacts workflow to use correct output name
Co-authored-by: ArjixWasTaken <53124886+ArjixWasTaken@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/pr-build-artifacts.yml
vendored
2
.github/workflows/pr-build-artifacts.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
||||
name: Check if user has write access
|
||||
runs-on: ubuntu-latest
|
||||
outputs:
|
||||
has-write-access: ${{ steps.check.outputs.has-write-access }}
|
||||
has-write-access: ${{ steps.check.outputs.require-result }}
|
||||
steps:
|
||||
- name: Check user permission
|
||||
id: check
|
||||
|
||||
Reference in New Issue
Block a user