We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ae5805 commit 43f84b7Copy full SHA for 43f84b7
1 file changed
.github/workflows/repl_docs.yml .github/workflows/update_repl_docs.yml.github/workflows/repl_docs.yml renamed to .github/workflows/update_repl_docs.yml
@@ -17,7 +17,7 @@
17
#/
18
19
# Workflow name:
20
-name: repl_docs
+name: update_repl_docs
21
22
# Workflow triggers:
23
on:
@@ -119,7 +119,7 @@ jobs:
119
branch: update-repl-docs
120
delete-branch: true
121
122
- # Create Markdown summary of the pull request:
+ # Create a pull request summary:
123
- name: 'Create summary'
124
run: |
125
echo "# :tada: Pull Request created! :tada:" >> $GITHUB_STEP_SUMMARY
0 commit comments