diff --git a/action.yml b/action.yml index 4313071..e64703d 100644 --- a/action.yml +++ b/action.yml @@ -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 \ No newline at end of file diff --git a/readme.md b/readme.md index 4012413..3edf8f9 100644 --- a/readme.md +++ b/readme.md @@ -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 ``` @@ -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 ... ```