File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 2020 GIT_COMMIT_MESSAGE="$(git log --format=%B -n 1 ${{github.event.after}} | head -n 1)"
2121 echo "COMMIT_MESSAGE=\"$(test "${GH_COMMIT_MESSAGE}" && echo "${GH_COMMIT_MESSAGE}" || echo "${GIT_COMMIT_MESSAGE}")\"" >> $GITHUB_ENV
2222 echo "PR_TITLE=\"${{github.event.pull_request.title}}\"" >> $GITHUB_ENV
23- cat "${GITHUB_ENV}"
2423
2524 - name : Set up Node.js
2625 uses : actions/setup-node@v5
Original file line number Diff line number Diff line change 1515 with :
1616 REMOTE :
' ssh://[email protected] /ffflorian/api-clients.git' 1717 GIT_SSH_PRIVATE_KEY : ${{ secrets.CODEBERG_SECRET }}
18- GIT_SSH_NO_VERIFY_HOST : " true"
18+ GIT_SSH_NO_VERIFY_HOST : ' true'
Original file line number Diff line number Diff line change 1717 args : ' https://gitlab.com/ffflorian/api-clients.git'
1818 env :
1919 FORCE_PUSH : true
20- GITLAB_HOSTNAME : ' gitlab.com'
21- GITLAB_USERNAME : ' ffflorian'
20+ GITLAB_HOSTNAME : gitlab.com
21+ GITLAB_USERNAME : ffflorian
2222 GITLAB_PASSWORD : ${{ secrets.GITLAB_PASSWORD }}
2323 GITLAB_PROJECT_ID : ' 12704101'
2424 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments