Skip to content

Commit

Permalink
ci: update lock workflow action to latest sha version
Browse files Browse the repository at this point in the history
The latest version fixes a runtime warning concerning an invalid configuration property.
Warning: `Unexpected input(s) 'lock-bot-key', valid inputs are ['lock-bot-token', 'locks-per-execution']`

(cherry picked from commit b9309c1)
  • Loading branch information
clydin authored and alan-agius4 committed Apr 28, 2021
1 parent 126d0a1 commit 9691181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lock-closed.yml
Expand Up @@ -9,6 +9,6 @@ jobs:
lock_closed:
runs-on: ubuntu-latest
steps:
- uses: angular/dev-infra/github-actions/lock-closed@0fc6f4d839e93312ed0dd9a2be88d4c11e947a0b
- uses: angular/dev-infra/github-actions/lock-closed@4f335a4c1f01f20bf905acee2d68c7248f50f2a0
with:
lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }}

0 comments on commit 9691181

Please sign in to comment.