Skip to content

Commit

Permalink
set to be PR
Browse files Browse the repository at this point in the history
  • Loading branch information
ThraceAerospace committed Jul 3, 2024
1 parent 99c813c commit b0cb377
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-create-robot-profile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ jobs:
- name: Fire CI-CD Action
uses: benc-uk/workflow-dispatch@v1
with:
ref: pull/${{ steps.cpr.outputs.pull-request-number }}
ref: main/pull/${{ steps.cpr.outputs.pull-request-number }}
workflow: 73393124
token: ${{ secrets.github_token }}
1 change: 1 addition & 0 deletions .github/workflows/verify-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
- name: Checkout PR
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head}}
clean: false


Expand Down

0 comments on commit b0cb377

Please sign in to comment.