We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed3ebd3 commit 037c0dbCopy full SHA for 037c0db
action.yml
@@ -1,6 +1,9 @@
1
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
+env:
5
+ GITHUB_TOKEN: ${{ github.token }}
6
+
7
inputs:
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'
0 commit comments