mirror of
https://github.com/cupcakearmy/docker-static.git
synced 2025-09-04 01:30:41 +00:00
forgot to add output
This commit is contained in:
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
|
||||||
|
Reference in New Issue
Block a user