Skip to content

Commit

Permalink
Fix timing ensure branch is pushed
Browse files Browse the repository at this point in the history
  • Loading branch information
txmxthy committed Aug 23, 2024
1 parent e39a523 commit 67db6cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/black.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
with:
token: ${{ secrets.PAT_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
title: "chore: auto-format code with Black"
body: "This PR auto-formats the codebase using Black."
branch: auto-format-black-${{ github.run_id }} # This is the branch we pushed
Expand Down

0 comments on commit 67db6cd

Please sign in to comment.