Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/boto3-1.34.157
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameronsplaze authored Aug 8, 2024
2 parents 06c40ee + cd7e384 commit 35ae39d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/dependabot-approve-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ permissions:
pull-requests: write

jobs:

debug:
runs-on: ubuntu-latest
steps:
- name: debug
run: |
echo "Hello, world!"
echo ${{ github.actor }}
dependabot:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
Expand Down

0 comments on commit 35ae39d

Please sign in to comment.