Skip to content

Commit 198c10e

Browse files
authored
Use correct directory,.
1 parent 535250d commit 198c10e

1 file changed

Lines changed: 3 additions & 10 deletions

File tree

.github/workflows/operations.site.command.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,21 +31,14 @@ jobs:
3131
name: Run command
3232
runs-on: ${{ inputs.github_runs_on }}
3333
steps:
34-
- uses: actions/checkout@v4
35-
with:
36-
repository: 'jonpugh/goatscripts'
37-
ref: 'v1.1.0'
38-
path: goatscripts
39-
40-
- name: Set environment
41-
run: echo "$GITHUB_WORKSPACE/goatscripts/src" >> $GITHUB_PATH
34+
- uses: jonpugh/goatscripts@main
4235

4336
- name: run command
4437
env:
4538
SUCCESS: ":check: Command complete"
4639
ERROR: ":x: Command failed"
4740
SUMMARY: |
48-
- Root: ${{ inputs.git_root }}
49-
working-directory: ${{ inputs.git_root }}
41+
- Root: `${{ inputs.working_directory }}`
42+
working-directory: ${{ inputs.working_directory }}
5043
run: |
5144
run-with-summary ${{ inputs.command }}

0 commit comments

Comments
 (0)