Skip to content

Commit e2e87f1

Browse files
committed
wording
1 parent 0312b74 commit e2e87f1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/register-ip.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
body: '⏳ IP registration submitted. You will be notified once SSH access is enabled from your IP.'
9191
});
9292
93-
- name: Dispatch error
93+
- name: Register error
9494
if: failure() && steps.dispatch.outcome == 'failure'
9595
uses: actions/github-script@v7
9696
with:
@@ -99,5 +99,5 @@ jobs:
9999
owner: context.repo.owner,
100100
repo: context.repo.repo,
101101
issue_number: context.issue.number,
102-
body: '⚠️ Error submitting request. Please contact the Le Wagon team.'
102+
body: '⚠️ Error submitting data. Please contact the Le Wagon team.'
103103
});

0 commit comments

Comments
 (0)