Skip to content

Commit

Permalink
Merge branch 'master' into bootstrap-with-tiged
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonAlling committed Jul 19, 2024
2 parents 548ebc8 + 45161af commit e60a0c0
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
with:
fetch-depth: 1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
Expand Down Expand Up @@ -56,7 +58,9 @@ jobs:
node-version: [16.x]
fail-fast: false
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
with:
fetch-depth: 1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
Expand All @@ -76,6 +80,7 @@ jobs:
with:
repository: ${{ matrix.repository }}
path: dependent-userscripts/${{ matrix.repository }} # Must be relative to github.workspace, apparently.
fetch-depth: 1
- name: Move userscript
run: |
mkdir -p "${TARGET_DIR}"
Expand Down

0 comments on commit e60a0c0

Please sign in to comment.