Skip to content

Commit

Permalink
#91 cleanup debug
Browse files Browse the repository at this point in the history
  • Loading branch information
kernelsam committed Jan 23, 2024
1 parent a74d675 commit 6c9b67f
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/add-to-project-factory-dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,6 @@ on:

jobs:

debug:
runs-on: ubuntu-latest
steps:
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"

add-pr-to-project:
if: ${{ github.actor == 'dependabot[bot]' && ( github.event.action == 'opened' || github.event.action == 'reopened' || github.event.action == 'synchronize') }}
secrets:
Expand All @@ -25,7 +17,7 @@ jobs:
project-number: ${{ vars.SENZING_PROJECT_FACTORY_VALUE }}

move-pr-to-project-column:
if: ${{ github.actor == 'dependabot[bot]' && contains(fromJSON('["opened", "reopened", synchronize"]'), github.event.action ) }}
if: ${{ github.actor == 'dependabot[bot]' && ( github.event.action == 'opened' || github.event.action == 'reopened' || github.event.action == 'synchronize') }}
secrets:
SENZING_GITHUB_PROJECT_RW_TOKEN: ${{ secrets.SENZING_GITHUB_PROJECT_RW_TOKEN }}
uses: senzing-factory/build-resources/.github/workflows/move-pr-to-project-column.yaml@main
Expand Down

0 comments on commit 6c9b67f

Please sign in to comment.