8000 Fixed minor bug in inputs, added comment by AaronJhaj · Pull Request #8 · cicsdev/.github · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Fixed minor bug in inputs, added comment #8

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

Merged
merged 1 commit into from
Mar 11, 2025
Merged
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
3 changes: 2 additions & 1 deletion .github/workflows/samples-copyright-checker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# This action will scan files in the given directory with specific file extensions,
# it adds a copyright statement if none are present or updates it if necessary if,
# there have been changes after the current copyright statement year
# A Pull Request will be made with any changes to merge into the PR branch

name: Sample Copyright Checker

Expand Down Expand Up @@ -38,7 +39,7 @@ jobs:

- name: Check Copyright
run: |
DIRECTORY=".${{ inputs.directory }}"
DIRECTORY="${{ inputs.directory }}"
EXTENSIONS="${{ inputs.file-extensions }}"
BASE_COPYRIGHT="${{ inputs.base-copyright }}"

Expand Down
0