mirror of
https://github.com/cupcakearmy/docker-static.git
synced 2024-12-22 00:06:31 +00:00
move to subdirectory
This commit is contained in:
parent
6af204ca70
commit
403c9ad0c6
5
.github/workflows/trial.yml
vendored
5
.github/workflows/trial.yml
vendored
@ -12,6 +12,9 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
outputs:
|
outputs:
|
||||||
matrix: ${{ steps.fetcher.outputs.matrix }}
|
matrix: ${{ steps.fetcher.outputs.matrix }}
|
||||||
|
defaults:
|
||||||
|
run:
|
||||||
|
working-directory: tags
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v3
|
||||||
@ -19,7 +22,7 @@ jobs:
|
|||||||
node-version: 18
|
node-version: 18
|
||||||
- run: npm i
|
- run: npm i
|
||||||
- id: fetcher
|
- id: fetcher
|
||||||
run: node fetch.mjs
|
run: node .
|
||||||
|
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
0
.gitignore → tags/.gitignore
vendored
0
.gitignore → tags/.gitignore
vendored
@ -1,4 +1,6 @@
|
|||||||
{
|
{
|
||||||
|
"type": "module",
|
||||||
|
"main": "index.js",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@actions/core": "^1.10.0",
|
"@actions/core": "^1.10.0",
|
||||||
"semver": "^7.3.8"
|
"semver": "^7.3.8"
|
0
pnpm-lock.yaml → tags/pnpm-lock.yaml
generated
0
pnpm-lock.yaml → tags/pnpm-lock.yaml
generated
Loading…
Reference in New Issue
Block a user