There was an error while loading. Please reload this page.
1 parent 419abe7 commit 08a4d0fCopy full SHA for 08a4d0f
1 file changed
.github/workflows/blossom-ci.yml
@@ -14,7 +14,8 @@ on:
14
15
permissions:
16
contents: read
17
- pull-request: read
+ pull-requests: read
18
+ statuses: write
19
20
jobs:
21
Authorization:
@@ -49,7 +50,7 @@ jobs:
49
50
uses: actions/checkout@v7
51
with:
52
repository: ${{ fromJson(needs.Authorization.outputs.args).repo }}
- ref: ${{ fromJson(needs.Authorization.outputs.args).ref }}
53
+ ref: ${{ fromJson(needs.Authorization.outputs.args).sha }}
54
lfs: 'true'
55
56
# repo specific steps
0 commit comments