Commit 96e78b5c authored by Will Cory's avatar Will Cory

main branch name develop for nx shas

parent 32bf5826
...@@ -57,6 +57,8 @@ jobs: ...@@ -57,6 +57,8 @@ jobs:
run: pnpm install --frozen-lockfile run: pnpm install --frozen-lockfile
- name: Derive appropriate SHAs for base and head for `nx affected` commands - name: Derive appropriate SHAs for base and head for `nx affected` commands
uses: nrwl/nx-set-shas@v3 uses: nrwl/nx-set-shas@v3
with:
main-branch-name: "develop"
- run: | - run: |
echo "nx using following shas:" echo "nx using following shas:"
echo "BASE: ${{ env.NX_BASE }}" echo "BASE: ${{ env.NX_BASE }}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment