We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 535250d commit 198c10eCopy full SHA for 198c10e
1 file changed
.github/workflows/operations.site.command.yml
@@ -31,21 +31,14 @@ jobs:
31
name: Run command
32
runs-on: ${{ inputs.github_runs_on }}
33
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
+ - uses: jonpugh/goatscripts@main
42
43
- name: run command
44
env:
45
SUCCESS: ":check: Command complete"
46
ERROR: ":x: Command failed"
47
SUMMARY: |
48
- - Root: ${{ inputs.git_root }}
49
- working-directory: ${{ inputs.git_root }}
+ - Root: `${{ inputs.working_directory }}`
+ working-directory: ${{ inputs.working_directory }}
50
run: |
51
run-with-summary ${{ inputs.command }}
0 commit comments