We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 095e2b5 commit 5350d27Copy full SHA for 5350d27
.github/workflows/harvestr-update-discovery.yml
@@ -17,6 +17,7 @@ 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 }}
21
-
+ echo "${{ steps.find_comment.outputs.comment-body }}"
+ HARVEST_ID=$(echo "${{ steps.find_comment.outputs.comment-body }}" | sed -e 's/.*list\/\(.*\))/\1/p')
22
+ echo "HARVEST_ID=${HARVEST_ID}" >> $GITHUB_ENV
23
.github/workflows/publish-app-image.yml
@@ -5,6 +5,8 @@ on:
5
push:
6
branches:
7
- main
8
+ paths-ignore:
9
+ - '.github/workflows/harvestr-update-discovery.yml'
10
permissions:
11
packages: write
12
attestations: write
0 commit comments