Skip to content

Commit

Permalink
Merge pull request #589 from the-hideout/github/[email protected]
Browse files Browse the repository at this point in the history
…-rc.1

upgrade to github/branch-deploy at `v10.0.0-rc.1`
  • Loading branch information
Razzmatazzz authored Dec 12, 2024
2 parents fe233ff + 9a1e1c7 commit f59b6ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/branch-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ permissions:
deployments: write
contents: write
checks: read
statuses: read

jobs:
deploy:
Expand All @@ -18,7 +19,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: github/branch-deploy@v9
- uses: github/branch-deploy@v10.0.0-rc.1
id: branch-deploy
with:
admins: the-hideout/core-contributors
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unlock-on-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: unlock on merge
uses: github/branch-deploy@v9
uses: github/branch-deploy@v10.0.0-rc.1
id: unlock-on-merge
with:
unlock_on_merge_mode: "true" # <-- indicates that this is the "Unlock on Merge Mode" workflow
Expand Down

0 comments on commit f59b6ba

Please sign in to comment.