Skip to content

Commit 08a4d0f

Browse files
committed
Update blossom action
Signed-off-by: Eric Kerfoot <17726042+ericspod@users.noreply.github.com>
1 parent 419abe7 commit 08a4d0f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/blossom-ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ on:
1414

1515
permissions:
1616
contents: read
17-
pull-request: read
17+
pull-requests: read
18+
statuses: write
1819

1920
jobs:
2021
Authorization:
@@ -49,7 +50,7 @@ jobs:
4950
uses: actions/checkout@v7
5051
with:
5152
repository: ${{ fromJson(needs.Authorization.outputs.args).repo }}
52-
ref: ${{ fromJson(needs.Authorization.outputs.args).ref }}
53+
ref: ${{ fromJson(needs.Authorization.outputs.args).sha }}
5354
lfs: 'true'
5455

5556
# repo specific steps

0 commit comments

Comments
 (0)