Skip to content

Commit

Permalink
Change README to state v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Vankka committed May 13, 2021
1 parent f8c92c8 commit a5d2e4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: Vankka/pr-target-branch-action@v1
- uses: Vankka/pr-target-branch-action@v1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand All @@ -37,7 +37,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: Vankka/pr-target-branch-action@v1
- uses: Vankka/pr-target-branch-action@v1.1
with:
target: main
exclude: development # Don't prevent going from development -> main
Expand Down

0 comments on commit a5d2e4a

Please sign in to comment.