Skip to content

Commit fa06093

Browse files
committed
fix loading of instance from matrix
1 parent 3e82823 commit fa06093

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cron_update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
make INSTANCE=$INSTANCE lint
3434
make INSTANCE=$INSTANCE update-all
3535
env:
36-
INSTANCE: ${{ inputs.instance }}
36+
INSTANCE: ${{ matrix.instance }}
3737
- name: Set output variables
3838
id: vars
3939
run: |
@@ -48,7 +48,7 @@ jobs:
4848
echo "EOF"
4949
} >> "$GITHUB_OUTPUT"
5050
env:
51-
INSTANCE: ${{ inputs.instance }}
51+
INSTANCE: ${{ matrix.instance }}
5252
- name: Create Pull Request
5353
uses: peter-evans/create-pull-request@v7
5454
with:

0 commit comments

Comments
 (0)