Skip to content

Commit

Permalink
Print actor info
Browse files Browse the repository at this point in the history
  • Loading branch information
marcofranssen committed Oct 8, 2022
1 parent 53bc54b commit 778e727
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/update-dist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,25 @@ on:
- dependabot/**

jobs:
debug:
name: Update dist
runs-on: ubuntu-22.04

steps:
- name: Debug
run: |
echo ${{ github.actor }}
echo ${{ github.head_ref }}
update-dist:
name: Update dist
runs-on: ubuntu-22.04
if: >
startsWith(github.head_ref, 'dependabot/npm_and_yarn') &&
github.actor == 'dependabot[bot]'
needs: [debug]

permissions:
contents: write

Expand Down

0 comments on commit 778e727

Please sign in to comment.