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 ed3ebd3 commit 55b895dCopy full SHA for 55b895d
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: ${{ secrets.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