Change the event to commit bl info, if the PR are opened, push-it

This commit is contained in:
Aurelien Vaillant
2022-05-23 17:06:41 +02:00
parent d3f64d0e6c
commit 04a30e3a62
+1 -1
View File
@@ -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