mirror of
https://github.com/quatalog/quatalog.git
synced 2024-11-08 16:14:24 +00:00
Update transfer.yml
This commit is contained in:
parent
985f40c4e7
commit
42dbf3c19a
4
.github/workflows/transfer.yml
vendored
4
.github/workflows/transfer.yml
vendored
|
@ -17,12 +17,12 @@ jobs:
|
|||
echo "matrix-params={\"include\": [{"$MATRIX_PARAMS"}]}" | tee $GITHUB_OUTPUT
|
||||
outputs:
|
||||
matrix-params: ${{ steps.matrix-params.outputs.matrix-params }}
|
||||
matrix-job:
|
||||
scrape-page:
|
||||
name: Scrape page
|
||||
runs-on: ubuntu-latest
|
||||
needs: setup
|
||||
strategy:
|
||||
matrix: ${{ fromJson(needs.starter.outputs.matrix-params) }}
|
||||
matrix: ${{ fromJson(needs.setup.outputs.matrix-params) }}
|
||||
steps:
|
||||
- name: Checkout scraping repo
|
||||
uses: actions/checkout@v4
|
||||
|
|
Loading…
Reference in a new issue