diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml deleted file mode 100644 index b43f4e7..0000000 --- a/.github/workflows/integration.yml +++ /dev/null @@ -1,17 +0,0 @@ -on: - push: {branches: master} - -jobs: - integration: - runs-on: ubuntu-latest - steps: - - id: output-set - uses: actions/github-script@master - with: - script: return core.getInput('input-value') - result-encoding: string - input-value: output - - run: | - if [[ "${{steps.output-set.outputs.result}}" != "output" ]]; then - exit 1 - fi