We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5350d27 commit b00b92cCopy full SHA for b00b92c
1 file changed
.github/workflows/harvestr-update-discovery.yml
@@ -17,7 +17,12 @@ jobs:
17
issue-number: ${{ github.event.issue.number }}
18
body-includes: "Issue was linked to Harvestr Discovery"
19
- run: |
20
- echo "${{ steps.find_comment.outputs.comment-body }}"
+ echo "DEBUG: ${{ steps.find_comment.outputs.comment-body }}"
21
HARVEST_ID=$(echo "${{ steps.find_comment.outputs.comment-body }}" | sed -e 's/.*list\/\(.*\))/\1/p')
22
- echo "HARVEST_ID=${HARVEST_ID}" >> $GITHUB_ENV
23
-
+ echo "Found ID: ${HARVEST_ID}"
+ echo "Action: ${{ github.event.action }}"
24
+ # Planned eRnRKMd0dVd
25
+ # New ga3xFjA7FHO
26
+ # Not for now 0PtZSDdq2pZ
27
+ # Shipped HKxdJwUCJKQ
28
+ # In Progress z5tLYR4dHDW
0 commit comments