Update pr.yml

pull/7267/head
zomars 2023-02-17 19:57:07 -07:00
parent 6904553b62
commit e414378d24
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ on:
workflow_dispatch: workflow_dispatch:
env: env:
node_version: 16.x node_version: ${{ secrets.NODE_VERSION }}
pr_id: ${{ github.event.number }} pr_id: ${{ github.event.number }}
# last_commit_sha: ${{ github.event.pull_request.head.sha }} # last_commit_sha: ${{ github.event.pull_request.head.sha }}
gh_action_name: pull_request gh_action_name: pull_request
@ -20,7 +20,7 @@ jobs:
name: Yarn install & cache name: Yarn install & cache
uses: ./.github/workflows/yarn-install.yml uses: ./.github/workflows/yarn-install.yml
secrets: secrets:
node_version: ${{ env.node_version }} node_version: ${{ secrets.NODE_VERSION }}
lint: lint:
name: Linters name: Linters
runs-on: ubuntu-latest runs-on: ubuntu-latest