mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 10:31:47 +00:00
Merge pull request #3982 from ytmd-devs/copilot/fix-ea870049-5d1f-406a-84f3-54e3b62e2df6
Fix workflow skipping build jobs due to incorrect output reference
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