Skip to content

Commit f4a83d0

Browse files
authored
chore: add nx-set-shas to ghp deploy action (#35220)
1 parent e07b2b9 commit f4a83d0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/docsite-publish-ghpages.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ jobs:
1818
with:
1919
fetch-depth: 0
2020

21+
- name: Derive appropriate SHAs for base and head for `nx affected` commands
22+
uses: nrwl/nx-set-shas@826660b82addbef3abff5fa871492ebad618c9e1 # v4.3.3
23+
with:
24+
main-branch-name: 'master'
25+
2126
- uses: actions/setup-node@v4
2227
with:
2328
node-version: 20

0 commit comments

Comments
 (0)