Skip to content

Commit

Permalink
fixup! feat (wip): Update github token
Browse files Browse the repository at this point in the history
  • Loading branch information
kgilpin committed Aug 8, 2024
1 parent 0457d50 commit 00f8bfc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plan/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -47,6 +48,8 @@ runs:
# <!-- navie-plan -->
comment_id=$(gh issue view ${{inputs.issue_id}} --json comments --jq '.comments[] | select(.body | contains("<!-- navie-plan -->")) | .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
Expand Down

0 comments on commit 00f8bfc

Please sign in to comment.