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

Bump reviewdog/action-shellcheck from 1.6 to 1.17 #61

Closed
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
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Checkout to branch
uses: actions/checkout@v2
- name: shellcheck
uses: reviewdog/action-shellcheck@v1.6
uses: reviewdog/action-shellcheck@v1.17

test-no-head-sha:
name: Test changed-files missing head sha
Expand Down
12 changes: 6 additions & 6 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: Changed files
description: Get all changed files
author: tj-actions
description: "Fork from https://github.com/tj-actions/changed-files.git"
author: "Ivan Avguston from Tonye Jack"
inputs:
token:
description: 'Github token'
description: "Github token"
required: true
default: ${{ github.token }}
separator:
description: 'Split character for array output'
description: "Split character for array output"
required: true
default: " "
files:
description: 'Check for changes using only this list of files (Defaults to the entire repo)'
description: "Check for changes using only this list of files (Defaults to the entire repo)"
required: false
default: ""

Expand Down Expand Up @@ -51,7 +51,7 @@ outputs:
value: ${{ steps.changed-files.outputs.any_changed }}

runs:
using: 'composite'
using: "composite"
steps:
- run: |
bash $GITHUB_ACTION_PATH/entrypoint.sh
Expand Down
44 changes: 0 additions & 44 deletions renovate.json

This file was deleted.