From 76764c96b2a625f467aaf14387d8d18d972d043f Mon Sep 17 00:00:00 2001 From: Frederick Zhang Date: Thu, 15 Aug 2024 01:17:37 +1000 Subject: [PATCH] [To Be Dropped] Test this PR out --- .github/workflows/gh-ph.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gh-ph.yml b/.github/workflows/gh-ph.yml index a980fdb..e565f4c 100644 --- a/.github/workflows/gh-ph.yml +++ b/.github/workflows/gh-ph.yml @@ -1,7 +1,7 @@ name: Pull request history on: - pull_request_target: + pull_request: permissions: contents: read @@ -20,6 +20,6 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: Frederick888/gh-ph@master + - uses: Frederick888/gh-ph@crlf env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}