Skip to content

Commit cf3c704

Browse files
committed
Esnure correct branch
1 parent eea2ed4 commit cf3c704

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/dependabot-push.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
- uses: actions/checkout@v2
1313
with:
1414
fetch-depth: 1
15-
ref: ${{ github.event.pull_request.head.ref }}
1615
- name: Fetch the main branch
1716
run: git fetch origin main --depth=1
1817
- uses: actions/setup-python@v5
@@ -26,7 +25,6 @@ jobs:
2625
run: |
2726
git config --local user.email "$(git log --pretty='%ae' -1)"
2827
git config --local user.name "Dependabot[bot]"
29-
git checkout ${{ github.event.pull_request.head.ref }}
3028
- name: Generate Fragment if Missing
3129
id: generate_fragment # ID for referencing outputs
3230
run: |

0 commit comments

Comments
 (0)