diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2584ad2..56097d6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,3 +1,4 @@ +name: main on: [push, workflow_dispatch] jobs: @@ -10,18 +11,4 @@ jobs: - name: This step will fail run: | echo "About to fail..." - exit 1 - - name: test_our_action_step - uses: ./ # Uses an action in the root directory - id: failingRhymes - with: - openAIToken: ${{ secrets.OPENAI_API_TOKEN }} - ghToken: ${{ secrets.GH_API_TOKEN }} - failureDescription: "Commit ${{ github.ref }} by ${{ github.actor }}" - user: '${{ github.actor }}' - parameters: 'testParam=testValue,anotherTestParam=anotherTestValue' - healthcheckURL: 'https://loadmill-test-blog.herokuapp.com/' - healthcheckTimeout: '10' - # Use the output from the `test_our_action_step` step - - name: Get the output result - run: echo "The result was ${{ steps.failingRhymes.outputs.result }}" \ No newline at end of file + exit 1 \ No newline at end of file