Skip to content

Commit

Permalink
Merge pull request #3 from bwhitehead0/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
bwhitehead0 authored May 23, 2024
2 parents 4e94337 + dd40ce6 commit ebeb176
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ runs:
steps:
- name: Gather runner info
id: gather-info
run: echo runner_info=${{ github.action_path }}/assets/runner_info.sh >> $GITHUB_OUTPUT
# run: echo runner_info=${{ github.action_path }}/assets/runner_info.sh >> $GITHUB_OUTPUT
run: echo runner_info=${{ github.action_path }}/assets/runner_info.sh
shell: bash
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Gather runner diagnostic info
uses: bwhitehead0/runner_info
uses: bwhitehead0/runner_info@v1
with:
detail_level: short # optional, full or short, default short
detail-level: short # optional, full or short, default short
- name: Run ShellCheck
uses: bwhitehead0/action-shellcheck@master
```
Expand All @@ -45,9 +45,9 @@ region: us-east-1
```yaml
...
- name: Gather runner diagnostic info
uses: bwhitehead0/runner_info
uses: bwhitehead0/runner_info@v1
with:
detail_level: full # optional, full or short, default short
detail-level: full # optional, full or short, default short
...
```

Expand Down

0 comments on commit ebeb176

Please sign in to comment.