Skip to content

Commit

Permalink
Correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Jul 25, 2024
1 parent 86ed58f commit 15d9740
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
- name: Check Lair Keystore
id: lair-keystore
run: |
./scripts/cehck-bin-linux.sh ${{ inputs.check-tag }} lair-keystore x86_64-linux
./scripts/check-bin-linux.sh ${{ inputs.check-tag }} lair-keystore x86_64-linux
- name: Check Holochain
id: holochain
run: |
./scripts/cehck-bin-linux.sh ${{ inputs.check-tag }} holochain x86_64-linux
./scripts/check-bin-linux.sh ${{ inputs.check-tag }} holochain x86_64-linux
outputs:
lair-keystore: ${{ steps.lair-keystore.outputs.result }}
holochain: ${{ steps.holochain.outputs.result }}
Expand All @@ -40,11 +40,11 @@ jobs:
- name: Check Lair Keystore
id: lair-keystore
run: |
./scripts/cehck-bin-linux.sh ${{ inputs.check-tag }} lair-keystore x86_64-linux
./scripts/check-bin-linux.sh ${{ inputs.check-tag }} lair-keystore x86_64-linux
- name: Check Holochain
id: holochain
run: |
./scripts/cehck-bin-linux.sh ${{ inputs.check-tag }} holochain x86_64-linux
./scripts/check-bin-linux.sh ${{ inputs.check-tag }} holochain x86_64-linux
outputs:
lair-keystore: ${{ steps.lair-keystore.outputs.result }}
holochain: ${{ steps.holochain.outputs.result }}
Expand Down

0 comments on commit 15d9740

Please sign in to comment.