diff --git a/plan/action.yml b/plan/action.yml index e8e014e..1a85e46 100644 --- a/plan/action.yml +++ b/plan/action.yml @@ -35,6 +35,7 @@ runs: env: GH_TOKEN: ${{ inputs.github_token }} run: | + set -x generated_plan_file=.appmap/navie/work/plan/plan.md master_plan_file=.appmap/navie/plan.md @@ -47,6 +48,8 @@ runs: # comment_id=$(gh issue view ${{inputs.issue_id}} --json comments --jq '.comments[] | select(.body | contains("")) | .id') + echo "Repository: ${{ github.repository }}" + echo "Comment Id: $comment_id" # If the comment is found, edit the comment using cURL # If the comment is not found, add a new comment using cURL