diff --git a/README.md b/README.md index 53bdd88..9b40f41 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ jobs: name: Remove Stale Branches runs-on: ubuntu-latest steps: - - uses: fpicalausa/remove-stale-branches@v1 + - uses: fpicalausa/remove-stale-branches@v1.6.0 with: dry-run: true # Check out the console output before setting this to false ``` @@ -69,7 +69,7 @@ jobs: name: Remove Stale Branches runs-on: ubuntu-latest steps: - - uses: fpicalausa/remove-stale-branches@v1 + - uses: fpicalausa/remove-stale-branches@v1.6.0 with: dry-run: true # Check out the console output before setting this to false exempt-organization: "acme-inc"