diff --git a/.github/workflows/check_gentx.yml b/.github/workflows/check_gentx.yml index 786f152..fce47af 100644 --- a/.github/workflows/check_gentx.yml +++ b/.github/workflows/check_gentx.yml @@ -12,6 +12,6 @@ jobs: uses: dcarbone/install-jq-action@v2 - uses: actions/checkout@v2 - name: add permission - run: chmod +x ./scripts/validate-gentx.sh + run: chmod +x ./scripts/simulate.sh - name: Validating... run: ./scripts/simulate.sh