name: Reusable Workflow on: workflow_call: # does not work on Gitea yet (17.07.2023) So GitHub only for now inputs: person: description: The name of the person who gets mentioned required: false default: Chuck Norris jobs: do-common-stuff: runs-on: ubuntu-latest steps: - name: Chuck Norris run: echo "${{inputs.person}} can browse the whole internet offline"