Skip to content

Commit

Permalink
Switch GitHub actions to forks.
Browse files Browse the repository at this point in the history
  • Loading branch information
kitschpatrol committed Jun 9, 2024
1 parent 56dc725 commit bf2cfd1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ jobs:
- name: Release Notes
if: env.IS_VALID_COMMIT == 'true'
id: release-notes
uses: Bullrich/generate-release-changelog@6b60f004b4bf12ff271603dc32dbd261965ad2f2
uses: kitschpatrol/github-action-release-changelog@v2

- name: Release
if: env.IS_VALID_COMMIT == 'true'
id: release
uses: softprops/action-gh-release@v1
uses: kitschpatrol/github-action-release@v2
with:
token: ${{ env.ACCESS_TOKEN }}
draft: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Sync Package info to GitHub
if: env.IS_VALID_TOKEN == 'true' && env.HAS_PACKAGE == 'true'
uses: kbrashears5/github-action-repo-sync@v2.0.0
uses: kitschpatrol/github-action-repo-sync@v2
with:
TYPE: npm
PATH: package.json
Expand Down

0 comments on commit bf2cfd1

Please sign in to comment.