Skip to content

Commit

Permalink
tell gh workflow run what repo to use (#6205)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbonnin authored Oct 15, 2024
1 parent bdc678c commit c9f76ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
if: github.repository == 'apollographql/apollo-kotlin'
steps:
- run: |
gh workflow run preview.yml -f branch=main -f prerelease=$(date '+%Y.%m.%d')
GH_REPO=${GITHUB_REPOSITORY} gh workflow run preview.yml -f branch=main -f prerelease=$(date '+%Y.%m.%d')
env:
GITHUB_TOKEN: ${{ github.token }}

0 comments on commit c9f76ca

Please sign in to comment.