Skip to content

Commit 5350d27

Browse files
committed
new workflow
1 parent 095e2b5 commit 5350d27

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ 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 }}
21-
20+
echo "${{ 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
2223

.github/workflows/publish-app-image.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
push:
66
branches:
77
- main
8+
paths-ignore:
9+
- '.github/workflows/harvestr-update-discovery.yml'
810
permissions:
911
packages: write
1012
attestations: write

0 commit comments

Comments
 (0)