Skip to content

Commit

Permalink
Force branch for workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr committed Dec 25, 2020
1 parent 0dafa41 commit fde20d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
ref: main

- name: Update to latest
run: |
Expand All @@ -26,6 +28,7 @@ jobs:
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
with:
base: main
delete-branch: true
author: QMK Bot <[email protected]>
committer: QMK Bot <[email protected]>
Expand Down

0 comments on commit fde20d1

Please sign in to comment.