-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ jobs: | |
uses: actions/checkout@v3 | ||
|
||
- name: Example -> go-linter-runner submit 10 repos | ||
uses: alingse/[email protected].0 | ||
uses: alingse/[email protected].1 | ||
with: | ||
action: submit | ||
submit_source_file: ${{ inputs.source }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ jobs: | |
- uses: actions/checkout@v3 | ||
|
||
- name: Example -> go-linter-runner run with yaml job config | ||
uses: alingse/[email protected].0 | ||
uses: alingse/[email protected].1 | ||
with: | ||
action: run | ||
yaml_config: .github/jobs/alingse-makezero.yaml | ||
|
@@ -28,7 +28,7 @@ jobs: | |
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- name: Example -> go-linter-runner use direct job config | ||
uses: alingse/[email protected].0 | ||
uses: alingse/[email protected].1 | ||
with: | ||
action: run | ||
install_command: go install github.com/alingse/makezero@f6a823578e89de5cdfdfef50d4a5d9a09ade16dd | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ Refer to the [.github/workflows/go-linter-runner.yml](https://github.com/alingse | |
|
||
```yaml | ||
- name: Example -> go-linter-runner run with yaml job config | ||
uses: alingse/[email protected].0 | ||
uses: alingse/[email protected].1 | ||
with: | ||
action: run | ||
yaml_config: .github/jobs/alingse-makezero.yaml | ||
|
@@ -26,7 +26,7 @@ Refer to the [.github/workflows/go-linter-runner.yml](https://github.com/alingse | |
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- name: Example -> go-linter-runner use direct job config | ||
uses: alingse/[email protected].0 | ||
uses: alingse/[email protected].1 | ||
with: | ||
action: run | ||
install_command: go install github.com/alingse/makezero@f6a823578e89de5cdfdfef50d4a5d9a09ade16dd | ||
|
@@ -44,8 +44,8 @@ Refer to the [.github/workflows/go-linter-runner.yml](https://github.com/alingse | |
Refer to the [.github/workflows/go-linter-runner-submit.yml](https://github.com/alingse/go-linter-runner/blob/main/.github/workflows/go-linter-runner-submit.yml) configuration to set up the information needed to submit the tasks. | ||
```yaml | ||
- name: Example -> go-linter-runner submit 10 repos | ||
uses: alingse/[email protected].0 | ||
- name: Submit go-linter-runner actions for repos | ||
uses: alingse/[email protected].1 | ||
with: | ||
action: submit | ||
submit_source_file: ${{ inputs.source }} | ||
|