Skip to content

Commit 21a6874

Browse files
committed
Fix YAML.
1 parent 68bfa66 commit 21a6874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ 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: git config --local http.https://github.com/.extraheader "AUTHORIZATION: basic $(echo -n x-access-token:${{ secrets.GITHUB_TOKEN }} | base64)"
4343
- uses: actions/setup-java@v5
4444
with:
4545
java-version: 21

0 commit comments

Comments
 (0)