github-action-merge-dependabot
github-action-merge-dependabot copied to clipboard
Pass the default github token to the github-token input
As the title says...
Checklist
- [ ] run
npm run test
andnpm run benchmark
- [ ] tests and/or benchmarks are included
- [ ] documentation is changed or added
- [ ] commit message and code follows the Developer's Certification of Origin and the Code of conduct
No linked issues found. Please add the corresponding issues in the pull request description.
Use GitHub automation to close the issue when a PR is merged
Are you sure that this works? I can't find anything in the docs suggesting that you can specify dynamic default values for action inputs. Do you have a sample repo showing that this works?
I see similar approach on actions/checkout
.
https://github.com/actions/checkout/blob/main/action.yml#L12-L24
Ah that's pretty cool, too bad this is not in the docs!
@smorimoto can you please update the docs to reflect this?