Skip to content

Commit

Permalink
πŸ”„ synced local '.github/workflows/' with remote 'workflows/'
Browse files Browse the repository at this point in the history
Signed-off-by: bitnami-bot <[email protected]>
  • Loading branch information
bitnami-bot committed Dec 19, 2023
1 parent 735932d commit 2ff75e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-review-hack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
actor: ${{ steps.get-info.outputs.actor }}
labels: ${{ steps.get-info.outputs.labels }}
resource_url: ${{ steps.get-info.outputs.resource_url }}
if: {{ github.event.workflow_run.conclusion == 'success' }}
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- id: get-info
env:
Expand Down

0 comments on commit 2ff75e1

Please sign in to comment.