mirror of
https://github.com/cupcakearmy/docker-static.git
synced 2025-09-01 00:00:42 +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:
|
||||
tags:
|
||||
runs-on: ubuntu-latest
|
||||
outputs:
|
||||
matrix: ${{ steps.fetcher.outputs.matrix }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18
|
||||
- run: npm i
|
||||
- run: node fetch.mjs
|
||||
- id: fetcher
|
||||
run: node fetch.mjs
|
||||
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
Reference in New Issue
Block a user