Skip to content

Commit 5aaf78a

Browse files
authored
Update blossom-ci.yml
fix: Removing non-supported operation on blossom
1 parent e3de5fb commit 5aaf78a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/blossom-ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ on:
2727
required: false
2828
jobs:
2929
Get-Authorization:
30-
runs-on: blossom
30+
runs-on: ubuntu-latest
3131
outputs:
3232
AUTHORIZED: ${{ steps.check-authorization.outputs.defined }}
3333
steps:
@@ -44,7 +44,6 @@ jobs:
4444
name: Authorization
4545
runs-on: blossom
4646
env:
47-
OPERATION: 'Get-AUTH'
4847
AUTHORIZED_USERS: ${{ secrets.AUTHORIZED_USERS }}
4948
outputs:
5049
args: ${{ env.args }}

0 commit comments

Comments
 (0)