diff --git a/.github/workflows/tag-tickets-with-release.yml b/.github/workflows/tag-tickets-with-release.yml index 1a40008..8cdc554 100644 --- a/.github/workflows/tag-tickets-with-release.yml +++ b/.github/workflows/tag-tickets-with-release.yml @@ -58,7 +58,9 @@ jobs: gemini-api-key: ${{ secrets.llm-api-token }} prompt: ${{ steps.create_prompt.outputs.LLM_PROMPT }} - name: Debug - run: echo '${{ steps.llm_action.outputs.response }}' + run: echo "$MESSAGE" + env: + MESSAGE: ${{ steps.llm_action.outputs.response }} - uses: VirdocsSoftware/github-actions/.github/actions/tag-jira-release@main with: description: ${{ steps.llm_action.outputs.response }} diff --git a/package.json b/package.json index b5137e9..46b5e91 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-actions", - "version": "2.4.6", + "version": "2.4.7", "description": "Used to store GitHub actions for use across the enterprise", "scripts": { "test": "./tooling/scripts/run_tests.sh",