only:still confused #5336
This commit is contained in:
parent
90f801c8a9
commit
55a757e015
|
@ -78,7 +78,7 @@ jobs:
|
|||
fi
|
||||
|
||||
- name: Push fresh default tune
|
||||
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }} && ${{env.NOCOMMIT != 'true'}}
|
||||
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' && env.NOCOMMIT != 'true'}}
|
||||
uses: ad-m/github-push-action@master
|
||||
with:
|
||||
github_token: ${{ github.token }}
|
||||
|
|
Loading…
Reference in New Issue