Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add spacing around inputs and remove outdated comments #609

Merged
merged 2 commits into from
Dec 6, 2024
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions .github/workflows/azure-function.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
type: string
required: false
default: ubuntu-22.04

environment:
description: The name of the GitHub environment that this job references.
type: string
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/azure-webapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
type: string
required: false
default: ubuntu-22.04

environment:
description: The name of the GitHub environment that this job references.
type: string
Expand Down Expand Up @@ -62,7 +63,7 @@ permissions: {}
jobs:
azure-webapp:
name: Azure Web App
runs-on: ${{ inputs.runs_on }} # The steps for this job assume that OS is Ubuntu.
runs-on: ${{ inputs.runs_on }}
if: github.actor != 'dependabot[bot]'
environment:
name: ${{ inputs.environment }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
type: string
required: false
default: ubuntu-22.04

node_version:
description: The version of Node.js to install.
type: string
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docker-acr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
type: string
required: false
default: ubuntu-22.04

environment:
description: The name of the GitHub environment that this job references.
type: string
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
type: string
required: false
default: ubuntu-22.04

environment:
description: The name of the GitHub environment that this job references.
type: string
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
type: string
required: false
default: ubuntu-22.04

dotnet_version:
description: The version of .NET to install.
type: string
Expand Down Expand Up @@ -71,8 +72,6 @@ permissions: {}
jobs:
dotnet:
name: .NET
# The steps for this job assume that OS is Ubuntu.
# Use the "runtime" input to specify target OS and architecture instead.
runs-on: ${{ inputs.runs_on }}
permissions:
contents: read # Required to checkout the repository
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
type: string
required: false
default: ubuntu-22.04

artifact_name:
description: The name of the artifact containing the site to deploy. Must contain a tarball.
type: string
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/mkdocs-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
type: string
required: false
default: ubuntu-22.04

python_version:
description: The version of Python to install.
type: string
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
type: string
required: false
default: ubuntu-22.04

python_version:
description: The version of Python to install.
type: string
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
type: string
required: false
default: ubuntu-22.04

working_directory:
description: The path of the directory containing the Python application.
type: string
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
type: string
required: false
default: ubuntu-22.04

branches:
description: A newline-separated string of branches to release on.
type: string
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
type: string
required: false
default: ubuntu-22.04

filter_regex_exclude:
description: Exclude files from linting using a regex pattern.
type: string
Expand Down