Skip to content

Commit

Permalink
Fix yaml checker
Browse files Browse the repository at this point in the history
  • Loading branch information
charleshofer committed Oct 31, 2024
1 parent 1c877f5 commit 3361fca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rocm-nightly-upstream-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ jobs:
open-sync-pr:
runs-on: ubuntu-latest
steps:
- run: gh pr create --repo rocm/jax --head main --base rocm-main --title "CI: $(date +%x) upstream sync" --body "Daily sync with upstream"
- run: |
gh pr create --repo $GITHUB_REPOSITORY --head main --base rocm-main --title "CI: $(date +%x) upstream sync" --body "Daily sync with upstream"

0 comments on commit 3361fca

Please sign in to comment.