Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
aburkut committed Oct 27, 2023
1 parent 00f3ceb commit 4ef797f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Dump vars
run: |
echo "Running on default: ${{ steps.branch-name.outputs.current_branch }}"
echo "Base branch: ${{ steps.branch-name.outputs.base_ref_branch }}"
echo "Base branch: ${{ toJson(steps.branch-name.outputs) }}"
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 4ef797f

Please sign in to comment.