Change the event to commit bl info, if the PR are opened, push-it
This commit is contained in:
@@ -41,7 +41,7 @@ jobs:
|
||||
|
||||
- name: Commit the previous update
|
||||
uses: actions-js/push@v1.3
|
||||
if: ${{ inputs.draft_version == 'false' }}
|
||||
if: ${{ github.event.action }} == 'opened'
|
||||
with:
|
||||
github_token: ${{secrets.GITHUB_TOKEN}}
|
||||
author_name: Moderlab
|
||||
|
||||
Reference in New Issue
Block a user