Update pr.yml
parent
6904553b62
commit
e414378d24
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue