From 15c091e91ec4d7ae3f60d64eace74f5e869c89ce Mon Sep 17 00:00:00 2001 From: zinduolis Date: Tue, 5 Nov 2024 20:09:15 +1000 Subject: [PATCH] Revert gh action update --- .github/workflows/github_actions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github_actions.yml b/.github/workflows/github_actions.yml index 4d32f1602..7365335cc 100644 --- a/.github/workflows/github_actions.yml +++ b/.github/workflows/github_actions.yml @@ -1,7 +1,7 @@ name: 'BrowserStack Test' on: - pull_request: + pull_request_target: branches: [ master ] jobs: @@ -34,7 +34,7 @@ jobs: local-identifier: random - name: 'Checkout the repository' - uses: actions/checkout@v4 + uses: actions/checkout@v2 with: ref: ${{ github.event.pull_request.head.sha }} fetch-depth: 2