We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ffa5b4 commit 09aaadaCopy full SHA for 09aaada
.github/workflows/cd-publish.yml
@@ -18,7 +18,7 @@ jobs:
18
runs-on: ubuntu-latest
19
steps:
20
- name: "[INIT] Checkout repository"
21
- uses: actions/checkout@v5
+ uses: actions/checkout@v5rser/proselint/pull/1416
22
23
- name: "[INIT] Install Nix"
24
uses: cachix/install-nix-action@v31
@@ -99,7 +99,7 @@ jobs:
99
set +email
100
git add CHANGELOG.md
101
git commit -m 'chore(release): update changelog for ${{ steps.version.outputs.tag }}'
102
- git push https://${{ secrets.GITHUB_TOKEN }}@github.com/${{ GITHUB_REPO }}.git <branch>
+ git push https://${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git <branch>
103
104
- name: "[RELEASE] Create GitHub release"
105
uses: softprops/action-gh-release@v2
0 commit comments