Skip to content

Commit 4740945

Browse files
committed
ci: This shouldn't be needed anymore
1 parent b629e0c commit 4740945

3 files changed

Lines changed: 0 additions & 24 deletions

File tree

.forgejo/workflows/build.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,11 @@ jobs:
2121
persist-credentials: false
2222
token: ${{ secrets.FORGEJO_TOKEN }}
2323

24-
- name: Save PATH
25-
run: echo "ORIGINAL_PATH=$PATH" >> $GITHUB_ENV
26-
2724
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0
2825
name: Install pnpm
2926
with:
3027
run_install: false
3128

32-
- name: Restore PATH
33-
run: echo "${{ env.ORIGINAL_PATH }}" >> $GITHUB_PATH
34-
3529
- name: Setup Node.js
3630
id: setup-node
3731
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0

.forgejo/workflows/lint.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -51,17 +51,11 @@ jobs:
5151
with:
5252
persist-credentials: false
5353

54-
- name: Save PATH
55-
run: echo "ORIGINAL_PATH=$PATH" >> $GITHUB_ENV
56-
5754
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0
5855
name: Install pnpm
5956
with:
6057
run_install: false
6158

62-
- name: Restore PATH
63-
run: echo "${{ env.ORIGINAL_PATH }}" >> $GITHUB_PATH
64-
6559
- name: Setup Node.js
6660
id: setup-node
6761
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
@@ -88,17 +82,11 @@ jobs:
8882
with:
8983
persist-credentials: false
9084

91-
- name: Save PATH
92-
run: echo "ORIGINAL_PATH=$PATH" >> $GITHUB_ENV
93-
9485
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0
9586
name: Install pnpm
9687
with:
9788
run_install: false
9889

99-
- name: Restore PATH
100-
run: echo "${{ env.ORIGINAL_PATH }}" >> $GITHUB_PATH
101-
10290
- name: Setup Node.js
10391
id: setup-node
10492
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0

.forgejo/workflows/test.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,11 @@ jobs:
2424
with:
2525
persist-credentials: false
2626

27-
- name: Save PATH
28-
run: echo "ORIGINAL_PATH=$PATH" >> $GITHUB_ENV
29-
3027
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0
3128
name: Install pnpm
3229
with:
3330
run_install: false
3431

35-
- name: Restore PATH
36-
run: echo "${{ env.ORIGINAL_PATH }}" >> $GITHUB_PATH
37-
3832
- name: Setup Node.js
3933
id: setup-node
4034
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0

0 commit comments

Comments
 (0)