We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdaca3f commit 1b28a46Copy full SHA for 1b28a46
.github/workflows/notify-iteration-start.yml
@@ -44,7 +44,7 @@ jobs:
44
45
- name: Prepare Project URL
46
run: |
47
- echo "PROJECT_URL=${{ inputs.project_url != '' && inputs.project_url || 'https://github.com/wpeventmanager/wpem-organizer-app' }}" >> $GITHUB_ENV
+ echo "PROJECT_URL=${{ inputs.project_url != '' && inputs.project_url || 'https://github.com/wpeventmanager/wp-event-manager' }}" >> $GITHUB_ENV
48
49
- name: Set Slack Webhook
50
0 commit comments