Skip to content

Commit

Permalink
Just echo vars for now
Browse files Browse the repository at this point in the history
  • Loading branch information
maxpkatz committed Oct 16, 2023
1 parent b8a43bc commit 94b986c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 23 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/check_pr_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@ jobs:
with:
fetch-depth: 0

- name: Get PR target branch
id: get-target-branch
run: bash .github/workflows/get_pr_target_branch.sh

- name: No PRs should target the main branch; use development instead
if: ${{ steps.get-target-branch.outputs.target_branch == 'main' }}
run: exit 1
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"
16 changes: 0 additions & 16 deletions .github/workflows/get_pr_target_branch.sh

This file was deleted.

0 comments on commit 94b986c

Please sign in to comment.