Revert gh action update

This commit is contained in:
zinduolis
2024-11-05 20:09:15 +10:00
parent b80b0ff9b1
commit f7b052572e

View File

@@ -1,7 +1,7 @@
name: 'BrowserStack Test'
on:
pull_request:
pull_request_target:
branches: [ master ]
jobs:
@@ -34,14 +34,15 @@ 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
- name: 'Setting up Ruby'
uses: ruby/setup-ruby@v1
# ruby-version will be picked up with the .ruby-version file
with:
ruby-version: 3.2.2 # Not needed with a .ruby-version file
- name: 'Update and Install Dependencies'
run: |