Skip to content

Commit

Permalink
ffff
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 committed Nov 6, 2024
1 parent ea9634a commit 2db0f67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,4 @@ jobs:
echo "${{ secrets.VENDOR_JSON_REPO_PUSH_TOKEN }}" > token.txt
gh auth login --with-token < token.txt
rm token.txt
gh pr create --repo wpilibsuite/vendor-json-repo --title "Update PhotonLib to $VERSION" --body "Automatic vendor JSON update" --base main --head $(git branch --show-current)
gh pr create --repo wpilibsuite/vendor-json-repo --title "Update PhotonLib to $VERSION" --body "Automatic vendor JSON update" --base main --head photonvision:$(git branch --show-current)

0 comments on commit 2db0f67

Please sign in to comment.