diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 296cb80..00af37f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,6 +24,11 @@ jobs: with: working-directory: test-project/ + - name: Test action + run: echo "${{ steps.test.outputs.fixed-issues }}" + with: + working-directory: test-project/ + - name: create PR uses: peter-evans/create-pull-request@v3 with: