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.
update-readme-with-congratulations
finish-exercise
1 parent a112ab1 commit 57ecd96Copy full SHA for 57ecd96
.github/workflows/finish-exercise.yml
@@ -7,6 +7,11 @@ on:
7
description: "The URL of the issue to update and close"
8
required: true
9
type: string
10
+ update-readme-with-congratulations:
11
+ description: "Whether to update the README with a congratulations message"
12
+ required: false
13
+ type: boolean
14
+ default: true
15
16
permissions:
17
contents: write
@@ -16,6 +21,7 @@ jobs:
21
update_readme:
22
name: Update README with congratulations
18
23
runs-on: ubuntu-latest
24
+ if: inputs.update-readme-with-congratulations
19
25
20
26
steps:
27
- name: Checkout
0 commit comments