Skip to content

Commit a773409

Browse files
authored
Merge pull request #86 from openinfradev/fix-repository-owner
Fix destination-github-username to repository owner
2 parents 3a152c7 + 6eeb995 commit a773409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/merge_main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
4242
with:
4343
source-directory: 'output'
44-
destination-github-username: 'openinfradev'
44+
destination-github-username: ${{ github.repository_owner }}
4545
destination-repository-name: 'decapod-manifests'
4646
user-email: 'taco_support@sk.com'
4747
commit-message: See ORIGIN_COMMIT

0 commit comments

Comments
 (0)