diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1d5d6b6..63a1e2a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,7 +7,7 @@ on: types: [opened, reopened, synchronize, labeled, unlabeled] branches: - main - - test + - chore/test/ci-test-1 workflow_dispatch: defaults: diff --git a/.github/workflows/reusable.yml b/.github/workflows/reusable.yml index b471445..c8fd445 100644 --- a/.github/workflows/reusable.yml +++ b/.github/workflows/reusable.yml @@ -65,7 +65,9 @@ jobs: "${{ github.api_url }}/repos/${{ github.repository }}/actions/runs/${{ github.run_id }}/jobs") JOBS=$(echo "$RESPONCE" | jq -r '.jobs[] | select(.name | match("(${{ inputs.storage-key }}) ")).id') + echo "::group:: JOBS" echo "$JOBS" + echo "::endgroup::" URL=$(echo "$RESPONCE" | jq -r '.jobs[] | select(.name | match("(${{ inputs.storage-key }}) ")).html_url') echo "$URL"