Update auto-update.yml
This commit is contained in:
parent
c575062cd7
commit
8dd85e5176
|
@ -23,8 +23,9 @@ jobs:
|
|||
outputs:
|
||||
matrix: ${{ steps.set-matrix.outputs.matrix }}
|
||||
steps:
|
||||
- id: set-matrix
|
||||
run: echo "::set-output name=matrix::{\"country\":[\"ad\"]}"
|
||||
- name: Create Matrix
|
||||
id: set-matrix
|
||||
run: node scripts/create-matrix.js
|
||||
format:
|
||||
runs-on: ubuntu-latest
|
||||
needs: create-matrix
|
||||
|
|
Loading…
Reference in New Issue