Skip to content

Commit b00b92c

Browse files
committed
new workflow
1 parent 5350d27 commit b00b92c

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

.github/workflows/harvestr-update-discovery.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,12 @@ jobs:
1717
issue-number: ${{ github.event.issue.number }}
1818
body-includes: "Issue was linked to Harvestr Discovery"
1919
- run: |
20-
echo "${{ steps.find_comment.outputs.comment-body }}"
20+
echo "DEBUG: ${{ steps.find_comment.outputs.comment-body }}"
2121
HARVEST_ID=$(echo "${{ steps.find_comment.outputs.comment-body }}" | sed -e 's/.*list\/\(.*\))/\1/p')
22-
echo "HARVEST_ID=${HARVEST_ID}" >> $GITHUB_ENV
23-
22+
echo "Found ID: ${HARVEST_ID}"
23+
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

Comments
 (0)