Skip to content

Commit

Permalink
add v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alingse committed Jun 30, 2024
1 parent 4caf815 commit 8a0b408
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go-linter-runner-submit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/go-linter-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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 }}
Expand Down

0 comments on commit 8a0b408

Please sign in to comment.