Skip to content

Commit

Permalink
🚧
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ committed Feb 16, 2024
1 parent fab4ccd commit 6ee62eb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/local-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@ jobs:
name: "Checks dev version"
runs-on: ubuntu-latest
steps:
- name: Check HEAD
run: cat .git/HEAD
- name: Dev check PR
uses: JJ/github-pr-contains-action@HEAD
uses: JJ/github-pr-contains-action@${{github.head_ref || github.ref_name }}
id: dev_check_pr
with:
github-token: ${{github.token}}
Expand Down

0 comments on commit 6ee62eb

Please sign in to comment.