Skip to content

Commit

Permalink
Update GHA workflow for chart sync
Browse files Browse the repository at this point in the history
  • Loading branch information
justinyoo committed Oct 23, 2024
1 parent f0dd71c commit 2040167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scrape.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
} elseif ("${{ github.event_name }}" -eq "schedule") {
$proceed = "true"
} elseif ("${{ github.event_name }}" -eq "issues" -and "${{ github.event.action }}" -eq "opened") {
if ('${{ toJson(github.event.issue.body) }}' -eq "### Issue Type\n\nSync Request") {
if (${{ toJson(github.event.issue.body) }} -eq "### Issue Type\n\nSync Request") {
$proceed = "true"
}
}
Expand Down

0 comments on commit 2040167

Please sign in to comment.