Skip to content

Commit

Permalink
Merge pull request #3 from climatepolicyradar/debug-branch
Browse files Browse the repository at this point in the history
Debug branch
  • Loading branch information
katybaulch authored Mar 4, 2024
2 parents f6e0918 + 335bd0c commit 536ff7b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 25 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
echo ${{ github.ref }}
echo ${{ github.event.pull_request.head.ref }}
echo ${{ github.event.pull_request.base.ref }}
echo ${{ github.event }}
- name: Dump GitHub context
env:
Expand All @@ -35,7 +36,3 @@ jobs:
env:
STEPS_CONTEXT: ${{ toJson(steps) }}
run: echo "$STEPS_CONTEXT"
- name: Dump runner context
env:
RUNNER_CONTEXT: ${{ toJson(runner) }}
run: echo "$RUNNER_CONTEXT"
24 changes: 3 additions & 21 deletions .github/workflows/tag-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,12 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.workflow_run.head_branch }}
- name: Tag debug
run: |
echo ${{ github.event_name }}
echo ${{ github.event }}
echo ${{ github.ref }}
- name: Dump GitHub context
Expand All @@ -30,10 +33,6 @@ jobs:
env:
STEPS_CONTEXT: ${{ toJson(steps) }}
run: echo "$STEPS_CONTEXT"
- name: Dump runner context
env:
RUNNER_CONTEXT: ${{ toJson(runner) }}
run: echo "$RUNNER_CONTEXT"


release:
Expand All @@ -47,20 +46,3 @@ jobs:
run: |
echo ${{ github.event_name }}
echo ${{ github.ref }}
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"
- name: Dump job context
env:
JOB_CONTEXT: ${{ toJson(job) }}
run: echo "$JOB_CONTEXT"
- name: Dump steps context
env:
STEPS_CONTEXT: ${{ toJson(steps) }}
run: echo "$STEPS_CONTEXT"
- name: Dump runner context
env:
RUNNER_CONTEXT: ${{ toJson(runner) }}
run: echo "$RUNNER_CONTEXT"

0 comments on commit 536ff7b

Please sign in to comment.