Skip to content

Commit

Permalink
fix: use proper github owner variable
Browse files Browse the repository at this point in the history
  • Loading branch information
joshjohanning authored Nov 22, 2024
1 parent 2ebc495 commit f6da557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/new-repo-create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- uses: actions/checkout@v4
with:
token: ${{ steps.app-token.outputs.token }}
repository: ${{ github.owner}}/${{ env.REPO_NAME }}
repository: ${{ github.repository_owner}}/${{ env.REPO_NAME }}
path: ${{ env.REPO_NAME }}
- name: push to git repo
run: |
Expand Down

0 comments on commit f6da557

Please sign in to comment.