Skip to content

Commit 5fadc26

Browse files
authored
Add run step to git-ref job in workflow
1 parent 7865a75 commit 5fadc26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scripts.tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ env:
99
PATH: ./src:./bin:./vendor/bin:/usr/local/bin:/usr/bin:/bin
1010

1111
jobs:
12-
1312
run-with-summary:
1413
name: run-with-summary script
1514
runs-on: ubuntu-latest
@@ -72,6 +71,7 @@ jobs:
7271
runs-on: ubuntu-latest
7372
steps:
7473
- uses: actions/checkout@v4
74+
- run: run-with-summary echo ${{ toJSON(github) }}
7575

7676
- name: get current reference
7777
run: |

0 commit comments

Comments
 (0)