consistency
This commit is contained in:
parent
8ba940afbb
commit
cd833d1cec
|
@ -125,8 +125,8 @@ jobs:
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Push fresh triggers.txt
|
- name: Push fresh triggers.txt
|
||||||
if: ${{github.ref == 'refs/heads/master' && env.NOCOMMIT != 'true' }}
|
if: ${{env.NOCOMMIT != 'true'}}
|
||||||
uses: ad-m/github-push-action@master
|
uses: ad-m/github-push-action@master
|
||||||
with:
|
with:
|
||||||
github_token: ${{ github.token }}
|
github_token: ${{ github.token }}
|
||||||
branch: master
|
branch: ${{ steps.extract_branch.outputs.branch }}
|
||||||
|
|
Loading…
Reference in New Issue