Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardochaia committed Oct 17, 2024
1 parent 5d5983f commit 074e297
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,14 @@ jobs:
with:
dotnet-version: ${{ matrix.dotnet-version }}

- uses: nrwl/last-successful-commit-action@v1
id: last_successful_commit
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ env.GITHUB_REF_NAME }}
workflow_id: 'test.yml'
- uses: nrwl/nx-set-shas@v4
id: set_shas

- uses: leonardochaia/dotnet-affected-action@v1
- uses: ./
id: dotnet_affected
with:
from: ${{ steps.last_successful_commit.outputs.commit_hash }}
to: ${{ github.sha }}
from: ${{ steps.set_shas.outputs.base }}
to: ${{ steps.set_shas.outputs.head }}

- name: Install dependencies
if: success() && steps.dotnet_affected.outputs.affected != ''
Expand Down

0 comments on commit 074e297

Please sign in to comment.