Skip to content

Commit d8b323f

Browse files
committed
change testoutput to GITHUB_BASE_REF
1 parent 5d6e375 commit d8b323f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- uses: rlespinasse/github-slug-action@v3.x
22-
- run: echo $GITHUB_REPOSITORY_OWNER_PART
22+
- run: echo $GITHUB_BASE_REF
2323
- name: Cancel this build
2424
uses: knoxfighter/cancel-action@master
2525
with:

0 commit comments

Comments
 (0)