We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da02755 commit e9a104cCopy full SHA for e9a104c
action.yml
@@ -2,9 +2,6 @@ name: 'Nx set SHAs'
2
description: 'Derives SHAs for base and head for use in nx affected commands, optionally setting them as env variables for the current job'
3
4
inputs:
5
- token:
6
- description: 'The GitHub token used to perform git operations'
7
- default: ${{ github.token }}
8
main-branch-name:
9
description: 'The name of the main branch in your repo, used as the target of PRs. E.g. main, master etc'
10
default: 'main'
0 commit comments