Fix debug info
This commit is contained in:
parent
fcf600f4bc
commit
2207d79f62
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -17,7 +17,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: '16'
|
node-version: '16'
|
||||||
- run: |
|
- run: |
|
||||||
echo "actor: ${{ github.github.actor }}"
|
echo "actor: ${{ github.actor }}"
|
||||||
echo "event_name: ${{ github.event_name }}"
|
echo "event_name: ${{ github.event_name }}"
|
||||||
echo "result: ${{ !('renovate' == 'renovate' && 'pull_request' == 'pull_request') }}"
|
echo "result: ${{ !('renovate' == 'renovate' && 'pull_request' == 'pull_request') }}"
|
||||||
- run: yarn --frozen-lockfile
|
- run: yarn --frozen-lockfile
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue