Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Feb 26, 2025
1 parent ed25b14 commit ae3ef54
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/on-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,6 @@ jobs:
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.base.ref }}
# - name: Set up GitHub CLI
# uses: cli/setup-gh@v1
# with:
# version: latest

- name: Configure Git
run: |
git config user.email "actions@github.com"
git config user.name "GitHub Actions"

- name: Sync Fork
env:
Expand Down

0 comments on commit ae3ef54

Please sign in to comment.