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 8ac9ef3
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/update-dist.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,29 @@
name: Dependabot PR
on:
push:
pull_request_target:
branches:
- 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 8ac9ef3

Please sign in to comment.