Skip to content

Commit 1b28a46

Browse files
authored
Update notify-iteration-start.yml
1 parent bdaca3f commit 1b28a46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/notify-iteration-start.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
4545
- name: Prepare Project URL
4646
run: |
47-
echo "PROJECT_URL=${{ inputs.project_url != '' && inputs.project_url || 'https://github.com/wpeventmanager/wpem-organizer-app' }}" >> $GITHUB_ENV
47+
echo "PROJECT_URL=${{ inputs.project_url != '' && inputs.project_url || 'https://github.com/wpeventmanager/wp-event-manager' }}" >> $GITHUB_ENV
4848
4949
- name: Set Slack Webhook
5050
run: |

0 commit comments

Comments
 (0)