Skip to content

Ensure SSH directory is present, if SSH key is defined #80

Ensure SSH directory is present, if SSH key is defined

Ensure SSH directory is present, if SSH key is defined #80

Workflow file for this run

name: Auto Merge
on:
pull_request_target:
jobs:
auto-merge:
name: Merge Automatically
runs-on: ubuntu-20.04
if: github.actor == 'dependabot[bot]'
steps:
- name: Checkout
uses: actions/[email protected]
- name: Prepare Auto Merge
uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
github-token: ${{ secrets.DEPENDABOT_AUTOMERGE_TOKEN }}