Skip to content

Commit

Permalink
Update nightly-sync-pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
morganschoen authored May 15, 2024
1 parent 71b10c0 commit 919594a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/nightly-sync-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
- 'release'
workflow_dispatch:
jobs:
setup-variables:
runs-on: ubuntu-latest
nightly-sync-pr:
if: github.repository == 'newscorp-ghfb/cloud-custodian'
runs-on: ubuntu-latest
Expand Down Expand Up @@ -33,5 +35,6 @@ jobs:
env:
INCOMING_WEBHOOK_URL: ${{ secrets.NIGHTLY_SYNC_SLACK_WEBHOOK_URL }}
with:
text: "${{github.event.repository.name}}: Nightly cloud-custodian sync from sandbox\n:git-pull-request: New PR ready for review: \
<${{steps.create-pr.outputs.pr_url}}|${{steps.create-pr.outputs.pr_number}}> <!here>"
text: |
${{github.event.repository.name}}: Nightly cloud-custodian sync from Release to Main for Sandbox
:git-pull-request: New PR ready for review: <${{steps.create-pr.outputs.pr_url}}|${{steps.create-pr.outputs.pr_number}}> <!here>

0 comments on commit 919594a

Please sign in to comment.