Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrisbin committed Nov 1, 2023
1 parent 844945e commit ce48693
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
# expires: 10s

# - id: lock-2
# name: Wait on lock-1 then aquire
# name: Wait on lock-1 then acquire
# uses: ./
# with:
# name: workflows-ci-integration
Expand All @@ -51,9 +51,9 @@ jobs:
# - name: Verify locks
# run: |
# cat <<'EOM'
# lock-1 acquired ${{ lock-1.outputs.aquired-at }}
# lock-1 acquired ${{ lock-1.outputs.acquired-at }}
# lock-1 released ${{ lock-1.outputs.released-at }}
# lock-2 acquired ${{ lock-2.outputs.aquired-at }}
# lock-2 acquired ${{ lock-2.outputs.acquired-at }}
# lock-2 released ${{ lock-2.outputs.released-at }}
# EOM

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ inputs:
default: ""
expires:
description: |
How long to aquire the lock for. Default is 15m.
How long to acquire the lock for. Default is 15m.
required: true
default: 15m
timeout:
Expand Down

0 comments on commit ce48693

Please sign in to comment.