From 72771087a6a1e82e688f43b0ad0f8652c2bfbc67 Mon Sep 17 00:00:00 2001 From: ryanfkeepers Date: Thu, 24 Aug 2023 12:32:42 -0600 Subject: [PATCH] fix action script mistakes --- .github/actions/backup-restore-test/action.yml | 2 +- .github/workflows/sanity-test.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/actions/backup-restore-test/action.yml b/.github/actions/backup-restore-test/action.yml index 20b3fdd43..0a1ef4678 100644 --- a/.github/actions/backup-restore-test/action.yml +++ b/.github/actions/backup-restore-test/action.yml @@ -56,7 +56,7 @@ runs: tee $GITHUB_OUTPUT - name: Restore ${{ inputs.service }} ${{ inputs.kind }} - if: inputs.restore != "" + if: ${{ inputs.restore-args != "" }} id: restore shell: bash working-directory: src diff --git a/.github/workflows/sanity-test.yaml b/.github/workflows/sanity-test.yaml index 35d6047f2..28142c1d3 100644 --- a/.github/workflows/sanity-test.yaml +++ b/.github/workflows/sanity-test.yaml @@ -330,7 +330,7 @@ jobs: # generate new entries for test - name: Groups - Create new data - if: never() # TODO: enable when ready + if: false # TODO: enable when ready id: new-data-creation-groups working-directory: ./src/cmd/factory run: | @@ -347,7 +347,7 @@ jobs: echo result="${suffix}" >> $GITHUB_OUTPUT - name: Groups - Backup - if: never() # TODO: enable when ready + if: false # TODO: enable when ready id: groups-backup uses: ./.github/actions/backup-restore-test with: @@ -358,7 +358,7 @@ jobs: log-dir: ${{ env.CORSO_LOG_DIR }} - name: Teams - Backup - if: never() # TODO: enable when ready + if: false # TODO: enable when ready id: teams-backup uses: ./.github/actions/backup-restore-test with: