Skip to content

Commit

Permalink
feat: support proxies
Browse files Browse the repository at this point in the history
  • Loading branch information
meeroslav committed Oct 5, 2023
1 parent 0e2d18b commit dd7d2ea
Show file tree
Hide file tree
Showing 6 changed files with 31,612 additions and 8,435 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
# OPTION 1) Environment variables
# ===========================================================================
- name: Derive appropriate SHAs for base and head for `nx affected` commands
uses: nrwl/nx-set-shas@v3
uses: nrwl/nx-set-shas@v4

- run: |
echo "BASE: ${{ env.NX_BASE }}"
Expand All @@ -48,7 +48,7 @@ jobs:
# ===========================================================================
- name: Derive appropriate SHAs for base and head for `nx affected` commands
id: setSHAs
uses: nrwl/nx-set-shas@v3
uses: nrwl/nx-set-shas@v4

- run: |
echo "BASE: ${{ steps.setSHAs.outputs.base }}"
Expand All @@ -62,7 +62,7 @@ jobs:

<!-- start configuration-options -->
```yaml
- uses: nrwl/nx-set-shas@v3
- uses: nrwl/nx-set-shas@v4
with:
# The "main" branch of your repository (the base branch which you target with PRs).
# Common names for this branch include main and master.
Expand Down
Loading

0 comments on commit dd7d2ea

Please sign in to comment.