diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d3fd129..e4d6eee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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 diff --git a/action.yml b/action.yml index 7addd65..1c17f77 100644 --- a/action.yml +++ b/action.yml @@ -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: