Skip to content

Commit 788a68e

Browse files
committed
try to fix yaml again
1 parent 21a6874 commit 788a68e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ jobs:
3939
steps:
4040
- uses: actions/checkout@v6
4141
- name: Configure git credentials for JGit
42-
run: git config --local http.https://github.com/.extraheader "AUTHORIZATION: basic $(echo -n x-access-token:${{ secrets.GITHUB_TOKEN }} | base64)"
42+
run: |
43+
git config --local http.https://github.com/.extraheader "AUTHORIZATION: basic $(echo -n x-access-token:${{ secrets.GITHUB_TOKEN }} | base64)"
4344
- uses: actions/setup-java@v5
4445
with:
4546
java-version: 21

0 commit comments

Comments
 (0)