Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/finish-exercise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ on:
description: "The URL of the issue to update and close"
required: true
type: string
update-readme-with-congratulations:
description: "Whether to update the README with a congratulations message"
required: false
type: boolean
default: true

permissions:
contents: write
Expand All @@ -16,6 +21,7 @@ jobs:
update_readme:
name: Update README with congratulations
runs-on: ubuntu-latest
if: inputs.update-readme-with-congratulations

steps:
- name: Checkout
Expand Down