Fix debug info

This commit is contained in:
Norbert Renner 2023-02-22 19:02:00 +01:00 committed by GitHub
parent fcf600f4bc
commit 2207d79f62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ jobs:
with:
node-version: '16'
- run: |
echo "actor: ${{ github.github.actor }}"
echo "actor: ${{ github.actor }}"
echo "event_name: ${{ github.event_name }}"
echo "result: ${{ !('renovate' == 'renovate' && 'pull_request' == 'pull_request') }}"
- run: yarn --frozen-lockfile