Skip to content

Commit

Permalink
fix: bmyc workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jgazeau committed Jul 18, 2022
1 parent 248f610 commit ffdf6a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/bmyc.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Bump thirdparties using Bmyc
on:
workflow_dispatch:
schedule:
- cron: '30 2 * * 1'
env:
Expand Down Expand Up @@ -39,5 +40,5 @@ jobs:
git config --local user.email "action@github.com"
git commit -m "${PR_TITLE}"
git push -f origin ${BRANCH_NAME}
hub pull-request --file ${LOG_FILE} -l "internal" --base main --head ${BRANCH_NAME}
hub pull-request -f --file ${LOG_FILE} -l "internal" --base main --head ${BRANCH_NAME}
fi

0 comments on commit ffdf6a0

Please sign in to comment.