| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 90e12f2 commit 477e674
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -61,7 +61,7 @@ jobs: | |||
| 61 | 61 | - name: Set up ghauth config (Ubuntu) | |
| 62 | 62 | run: | | |
| 63 | 63 | mkdir -p "${XDG_CONFIG_HOME:-~/.config}/changelog-maker" | |
| 64 | - echo '{}' | jq '{user: env.GITHUB_ACTOR, token: env.TOKEN}' > "${XDG_CONFIG_HOME:-~/.config}/changelog-maker/config.json" | ||
| 64 | + jq --null-input '{user: env.GITHUB_ACTOR, token: env.TOKEN}' > "${XDG_CONFIG_HOME:-~/.config}/changelog-maker/config.json" | ||
| 65 | 65 | env: | |
| 66 | 66 | TOKEN: ${{ github.token }} | |
| 67 | 67 | ||
@@ -73,9 +73,9 @@ jobs: | |||
| 73 | 73 | - name: Start git node release prepare | |
| 74 | 74 | # The curl command is to make sure we run the version of the script corresponding to the current workflow. | |
| 75 | 75 | run: | | |
| 76 | - git update-index --assume-unchanged tools/actions/create-release.sh | ||
| 77 | - curl -fsSLo tools/actions/create-release.sh https://github.com/${GITHUB_REPOSITORY}/raw/${GITHUB_SHA}/tools/actions/create-release.sh | ||
| 78 | - ./tools/actions/create-release.sh "${RELEASE_DATE}" "${RELEASE_LINE}" "${GITHUB_ACTOR}" | ||
| 76 | + git update-index --assume-unchanged tools/actions/create-release-proposal.sh | ||
| 77 | + curl -fsSLo tools/actions/create-release-proposal.sh https://github.com/${GITHUB_REPOSITORY}/raw/${GITHUB_SHA}/tools/actions/create-release-proposal.sh | ||
| 78 | + ./tools/actions/create-release-proposal.sh "${RELEASE_DATE}" "${RELEASE_LINE}" "${GITHUB_ACTOR}" | ||
| 79 | 79 | env: | |
| 80 | 80 | GH_TOKEN: ${{ github.token }} | |
| 81 | 81 | # We want the bot to push the push the release commit so CI runs on it. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments