Skip to content

Commit 7f4a6a5

Browse files
author
LE SAULNIER Kevin
committed
Merge remote-tracking branch 'origin/main' into release-workflow
2 parents ee11110 + 1389277 commit 7f4a6a5

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/dispatch-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Release
1+
name: Dispatch release
22

33
on:
44
workflow_dispatch:
@@ -91,4 +91,4 @@ jobs:
9191
cd -
9292
done <<< "${{ steps.load_repos.outputs.list }}"
9393
env:
94-
GH_TOKEN: ${{ steps.app-token.outputs.token }}
94+
GH_TOKEN: ${{ steps.app-token.outputs.token }}

.github/workflows/prepare-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: Prepare release
2+
23
on:
34
workflow_dispatch:
45
inputs:
@@ -109,4 +110,4 @@ jobs:
109110
cd - > /dev/null
110111
done <<< "${{ steps.load_repos.outputs.list }}"
111112
env:
112-
TOKEN: ${{ steps.app-token.outputs.token }}
113+
TOKEN: ${{ steps.app-token.outputs.token }}

0 commit comments

Comments
 (0)