Merge pull request #92 from cconlon/prTargetAction

Remove generic pull_request_target GitHub Action, not needed
pull/93/head
JacobBarthelmeh 2025-01-02 17:19:34 -07:00 committed by GitHub
commit d34bea0123
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 11 deletions

View File

@ -1,11 +0,0 @@
name: PR Target Test
on:
pull_request_target
jobs:
pr_target:
runs-on: ubuntu-latest
steps:
- run: echo "Hello from PR Target Test"