Skip to content
This repository was archived by the owner on Aug 7, 2024. It is now read-only.

Commit 3381bee

Browse files
committed
fix: actions to use redirect branch
1 parent 7863690 commit 3381bee

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/docker.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v4
11+
with:
12+
ref: redirect
1113
- name: npm install and build
1214
run: |
1315
npm ci
@@ -23,6 +25,8 @@ jobs:
2325
steps:
2426
- name: check out the repo
2527
uses: actions/checkout@v4
28+
with:
29+
ref: redirect
2630
- name: get-npm-version
2731
id: package-version
2832
uses: martinbeentjes/npm-get-version-action@master

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
# check out the repository with all releases
1919
- uses: actions/checkout@v4
2020
with:
21+
ref: redirect
2122
fetch-depth: 0
2223

2324
# Create a temporary, uniquely named branch to push release info to

0 commit comments

Comments
 (0)