Skip to content

Commit e3c8b50

Browse files
committed
fix(lint): fix github-ci script formating
Signed-off-by: Mimoja <[email protected]>
1 parent 541b445 commit e3c8b50

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/pre-release-alpha.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ jobs:
1010
needs: continuous-integration
1111
uses: ./.github/workflows/set-release-version.yml
1212
secrets:
13-
GH_TOKEN: ${{ secrets.GH_TOKEN }}
13+
GH_TOKEN: ${{ secrets.GH_TOKEN }}

.github/workflows/pre-release-beta.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ jobs:
1010
needs: continuous-integration
1111
uses: ./.github/workflows/set-release-version.yml
1212
secrets:
13-
GH_TOKEN: ${{ secrets.GH_TOKEN }}
13+
GH_TOKEN: ${{ secrets.GH_TOKEN }}

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ jobs:
77
set-release-version:
88
uses: ./.github/workflows/set-release-version.yml
99
secrets:
10-
GH_TOKEN: ${{ secrets.GH_TOKEN }}
10+
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)