Skip to content

Commit

Permalink
Temp redirect the action.
Browse files Browse the repository at this point in the history
  • Loading branch information
metcalfc committed Mar 13, 2023
1 parent b175282 commit 9f49a87
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/branchtest.yaml
Expand Up @@ -12,7 +12,7 @@ jobs:

- name: Generate changelog
id: changelog
uses: metcalfc/changelog-generator@main
uses: metcalfc/changelog-generator@pr_183
with:
myToken: ${{ secrets.GITHUB_TOKEN }}
head-ref: 'origin/test/branch' #add 'origin/` in front of your branch name
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Expand Up @@ -10,22 +10,22 @@ jobs:
uses: actions/checkout@v3
- name: Generate changelog
id: changelog
uses: metcalfc/changelog-generator@main
uses: metcalfc/changelog-generator@pr_183
with:
myToken: ${{ secrets.GITHUB_TOKEN }}
head-ref: 'v0.0.2'
base-ref: 'v0.0.1'
- name: Reverse the generated changelog
id: changelog-rev
uses: metcalfc/changelog-generator@main
uses: metcalfc/changelog-generator@pr_183
with:
myToken: ${{ secrets.GITHUB_TOKEN }}
head-ref: 'v0.0.2'
base-ref: 'v0.0.1'
reverse: 'true'
- name: Explicitly do not reverse the generated changelog
id: changelog-notrev
uses: metcalfc/changelog-generator@main
uses: metcalfc/changelog-generator@pr_183
with:
myToken: ${{ secrets.GITHUB_TOKEN }}
head-ref: 'v0.0.2'
Expand Down

0 comments on commit 9f49a87

Please sign in to comment.