Dependencies Autoupdate with Custom branch
Version updated for emZubair/dependencies-autoupdate to version v1.2.
- This publisher is shown as erified by GitHub.
- This action is used across all versions by 1 repositories.
Go to the GitHub Marketplace to find the latest changes.
Release notes
What’s Changed
- Updated support for custom release branch, it can be specified as given below
- name: Run auto dependency update
uses: emZubair/dependencies-autoupdate@v1.1.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
pr-branch: "staging"
update-command: "'make update'"
Full Changelog: https://github.com/emZubair/dependencies-autoupdate/compare/v1.1.1...v1.2