We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21a6874 commit 788a68eCopy full SHA for 788a68e
.github/workflows/deploy.yml
@@ -39,7 +39,8 @@ jobs:
39
steps:
40
- uses: actions/checkout@v6
41
- 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)"
+ run: |
43
+ git config --local http.https://github.com/.extraheader "AUTHORIZATION: basic $(echo -n x-access-token:${{ secrets.GITHUB_TOKEN }} | base64)"
44
- uses: actions/setup-java@v5
45
with:
46
java-version: 21
0 commit comments