mirror of
https://github.com/cupcakearmy/docker-static.git
synced 2025-12-09 06:24:58 +00:00
move to subdirectory
This commit is contained in:
5
.github/workflows/trial.yml
vendored
5
.github/workflows/trial.yml
vendored
@@ -12,6 +12,9 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
outputs:
|
||||
matrix: ${{ steps.fetcher.outputs.matrix }}
|
||||
defaults:
|
||||
run:
|
||||
working-directory: tags
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-node@v3
|
||||
@@ -19,7 +22,7 @@ jobs:
|
||||
node-version: 18
|
||||
- run: npm i
|
||||
- id: fetcher
|
||||
run: node fetch.mjs
|
||||
run: node .
|
||||
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user