Skip to content
This repository has been archived by the owner on Aug 24, 2024. It is now read-only.

Commit

Permalink
Update Documentation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfliegner authored May 4, 2024
1 parent 63ecc89 commit 8d4badc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ on:
branches: [main]
tags: ["*"]
pull_request:
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: true
default: 'warning'
concurrency:
# Skip intermediate builds: always.
# Cancel intermediate builds: only if it is a pull request build.
Expand All @@ -23,6 +29,9 @@ jobs:
with:
version: '1'
- run: |
- run: |
echo "Log level: ${{ github.event.inputs.logLevel }}"
echo "Tags: ${{ github.event.inputs.tags }}"
git config --global user.name name
git config --global user.email email
git config --global github.user username
Expand Down

0 comments on commit 8d4badc

Please sign in to comment.