Skip to content

Commit 09f5289

Browse files
committed
fix(gh-action): testing hardcoded org
1 parent 44082e3 commit 09f5289

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/on-all-pr-workflows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ on:
66

77
jobs:
88
call-changelog-workflow:
9-
uses: ${{ github.repository_owner }}/app-summoner-sync/.github/workflows/pr-changelog-preview.yml@feature/new-github-actions
9+
uses: zerodaycode/app-summoner-sync/.github/workflows/pr-changelog-preview.yml@feature/new-github-actions

.github/workflows/on-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ on:
77

88
jobs:
99
call-release-workflow:
10-
uses: ${{ github.repository_owner }}/app-summoner-sync/.github/workflows/release-workflow.yml@feature/new-github-actions
10+
uses: zerodaycode/app-summoner-sync/.github/workflows/release-workflow.yml@feature/new-github-actions

0 commit comments

Comments
 (0)