Skip to content

Commit

Permalink
Merge pull request #86 from openinfradev/fix-repository-owner
Browse files Browse the repository at this point in the history
Fix destination-github-username to repository owner
  • Loading branch information
intelliguy authored Apr 25, 2022
2 parents 3a152c7 + 6eeb995 commit a773409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
with:
source-directory: 'output'
destination-github-username: 'openinfradev'
destination-github-username: ${{ github.repository_owner }}
destination-repository-name: 'decapod-manifests'
user-email: 'taco_support@sk.com'
commit-message: See ORIGIN_COMMIT
Expand Down

0 comments on commit a773409

Please sign in to comment.