Skip to content

Commit 8cfb4da

Browse files
Copilotpetesramek
andauthored
Fix: add checkout to workflow-variables job in promote-branch.yml
Agent-Logs-Url: https://github.com/petesramek/polyline-algorithm-csharp/sessions/006faa11-c1a2-4108-bef1-1b5bfa33e040 Co-authored-by: petesramek <2333452+petesramek@users.noreply.github.com>
1 parent 6b1acec commit 8cfb4da

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/promote-branch.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ jobs:
6060
target-branch-exists: ${{ steps.check-target-branch-exists.outputs.target-branch-exists }}
6161
pull-request-exists: ${{ steps.check-pull-request-exists.outputs.pull-request-exists }}
6262
steps:
63+
- name: 'Checkout ${{ github.head_ref || github.ref }}'
64+
uses: actions/checkout@v6
6365
- name: 'Set target branch'
6466
id: set-target-branch
6567
run: |

0 commit comments

Comments
 (0)