Skip to content

Commit

Permalink
XYZ-12345 Remove PR check
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyscholl committed Sep 13, 2024
1 parent 28180cf commit 237c755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
github.ref_name != github.event.repository.default_branch
uses: stefanzweifel/git-auto-commit-action@v5
with:
branch: ${{ github.event.pull_request.head.ref || github.head_ref || github.ref }}
branch: ${{ github.head_ref || github.ref }}
commit_message: "chore: fix linting issues"
commit_user_name: Wesley Scholl
commit_user_email: [email protected]

0 comments on commit 237c755

Please sign in to comment.