We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14e30a3 commit 26af4d3Copy full SHA for 26af4d3
.github/workflows/pre-commit.yml
@@ -45,8 +45,8 @@ jobs:
45
- uses: actions/checkout@v4
46
if: ${{ github.event.issue.pull_request }}
47
with:
48
- repository: ${{ steps.get-pr.outputs.head_repo }}
49
- ref: ${{ steps.get-pr.outputs.head_sha }} # sha
+ repository: ${{ github.event.pull_request.head.repo.full_name }}
+ ref: ${{ github.event.pull_request.head.ref }}
50
51
52
if: ${{ !github.event.issue.pull_request }}
@@ -74,7 +74,6 @@ jobs:
74
75
author_name: Style Fairy
76
author_email: [email protected]
77
- message: 'Committing style changes'
78
- branch: ${{ steps.get-pr.outputs.head_ref }} # branch name
+ message: 'pre-commit changes'
79
env:
80
GITHUB_TOKEN: ${{ secrets.FAIRY_TOKEN }}
0 commit comments