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 0312b74 commit e2e87f1Copy full SHA for e2e87f1
1 file changed
.github/workflows/register-ip.yml
@@ -90,7 +90,7 @@ jobs:
90
body: '⏳ IP registration submitted. You will be notified once SSH access is enabled from your IP.'
91
});
92
93
- - name: Dispatch error
+ - name: Register error
94
if: failure() && steps.dispatch.outcome == 'failure'
95
uses: actions/github-script@v7
96
with:
@@ -99,5 +99,5 @@ jobs:
99
owner: context.repo.owner,
100
repo: context.repo.repo,
101
issue_number: context.issue.number,
102
- body: '⚠️ Error submitting request. Please contact the Le Wagon team.'
+ body: '⚠️ Error submitting data. Please contact the Le Wagon team.'
103
0 commit comments