mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 02:31:45 +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
|
name: Check if user has write access
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
outputs:
|
outputs:
|
||||||
has-write-access: ${{ steps.check.outputs.has-write-access }}
|
has-write-access: ${{ steps.check.outputs.require-result }}
|
||||||
steps:
|
steps:
|
||||||
- name: Check user permission
|
- name: Check user permission
|
||||||
id: check
|
id: check
|
||||||
|
|||||||
Reference in New Issue
Block a user