diff --git a/.github/workflows/tag-tickets-with-release.yml b/.github/workflows/tag-tickets-with-release.yml index b84cfad..02de1f9 100644 --- a/.github/workflows/tag-tickets-with-release.yml +++ b/.github/workflows/tag-tickets-with-release.yml @@ -58,10 +58,6 @@ jobs: with: gemini-api-key: ${{ secrets.llm-api-token }} prompt: ${{ steps.create_prompt.outputs.LLM_PROMPT }} - - name: Debug - 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 }}