mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-25 09:54:23 +01:00
Updates auto format workflow to work with forks.
(in the correct branch now)
This commit is contained in:
2
.github/workflows/auto_format.yml
vendored
2
.github/workflows/auto_format.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user