Skip to content

Commit

Permalink
citest
Browse files Browse the repository at this point in the history
  • Loading branch information
mpnowacki-reef committed Nov 23, 2023
1 parent c7ef5eb commit 16c9281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: echo 2
run: echo ${{ github.event.push.base.ref }}
- name: echo 3
run: echo ${{ github.event.pull_request.base.ref }}
run: echo ${{ github.event.pull_request }}
- name: echo 4
run: echo ${{ github.event.pull_request.base.ref }}
- uses: actions/checkout@v3
Expand Down

0 comments on commit 16c9281

Please sign in to comment.