Updates auto format workflow to work with forks.

(in the correct branch now)
This commit is contained in:
Toran Bruce Richards
2023-04-02 10:31:06 +01:00
parent 73ef9350b7
commit dfd324a079

View File

@@ -6,7 +6,7 @@ jobs:
steps:
- uses: actions/checkout@v1
with:
ref: ${{ github.head_ref }}
ref: ${{ github.event.pull_request.head.ref }}
- name: autopep8
uses: peter-evans/autopep8@v1
with: