Skip to content

Commit

Permalink
clean up actions and workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Silvester committed Oct 21, 2021
1 parent e2db157 commit 3faf3cc
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/actions/draft-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ inputs:
description: Use PRs with activity since the last stable git tag
required: false
steps_to_skip:
description: comma-separated list of steps to steps_to_skip
description: Comma separated list of steps to skip
required: false

outputs:
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/publish-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ inputs:
default: "false"
required: false
steps_to_skip:
description: comma-separated list of steps to steps_to_skip
description: Comma separated list of steps to skip
required: false

outputs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/draft-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
description: Use PRs with activity since the last stable git tag
required: false
jobs:
changelog:
draft_changelog:
runs-on: ubuntu-latest
strategy:
fail-fast: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ on:
description: Use PRs with activity since the last stable git tag
required: false
steps_to_skip:
description: comma-separated list of steps to steps_to_skip
description: Comma separated list of steps to skip
required: false
jobs:
release:
draft_release:
runs-on: ubuntu-latest
strategy:
fail-fast: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/full-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ on:
description: Use PRs with activity since the last stable git tag
required: false
steps_to_skip:
description: comma-separated list of steps to steps_to_skip
description: Comma separated list of steps to skip
required: false

jobs:
release:
full_release:
runs-on: ubuntu-latest
strategy:
fail-fast: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
description: Use PRs with activity until this date or git reference
required: false
jobs:
build:
generate_changelog:
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Check Links
uses: ./.github/actions/check-links

build:
test:
runs-on: ${{ matrix.os }}-latest
strategy:
fail-fast: false
Expand Down

0 comments on commit 3faf3cc

Please sign in to comment.