Skip to content

Commit

Permalink
Workflows: Update unittests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
msinn committed Mar 21, 2023
1 parent 3c6109a commit dcedc62
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,19 @@ jobs:
run: echo "branch=$(echo ${GITHUB_REF#refs/heads/})" >>$GITHUB_OUTPUT
id: extract_branch

- name: Workflow Information
run: |
echo github.event_name ${{ github.event_name }}
echo github.workflow ${{ github.workflow }}
echo github.action_repository ${{ github.action_repository }}
echo github.actor ${{ github.actor }}
echo github.ref_name ${{ github.ref_name }}
echo github.ref ${{ github.ref }}
echo github.base_ref '${{ github.base_ref }}'
echo github.head_ref '${{ github.head_ref }}'
echo github.pull_request.base.ref '${{ github.pull_request.base.ref }}'
echo steps.extract_branch_new.outputs.branch '${{ steps.extract_branch_new.outputs.branch }}'
- name: Checkout core from branch '${{steps.extract_branch.outputs.branch}}' (for push)
if: github.event_name != 'pull_request'
uses: actions/checkout@v3
Expand Down

0 comments on commit dcedc62

Please sign in to comment.