mirror of
https://github.com/cupcakearmy/docker-static.git
synced 2024-12-21 15:56:30 +00:00
forgot to add output
This commit is contained in:
parent
6b5c91d122
commit
0324ed6d49
5
.github/workflows/trial.yml
vendored
5
.github/workflows/trial.yml
vendored
@ -10,13 +10,16 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
tags:
|
tags:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
outputs:
|
||||||
|
matrix: ${{ steps.fetcher.outputs.matrix }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 18
|
node-version: 18
|
||||||
- run: npm i
|
- run: npm i
|
||||||
- run: node fetch.mjs
|
- id: fetcher
|
||||||
|
run: node fetch.mjs
|
||||||
|
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
Reference in New Issue
Block a user