Skip to content

Allow to show response headers in json output without using -irh option #19

Allow to show response headers in json output without using -irh option

Allow to show response headers in json output without using -irh option #19

Workflow file for this run

name: 🤖 dep-auto-merge
on:
pull_request:
branches:
- main
workflow_dispatch:
permissions:
pull-requests: write
issues: write
repository-projects: write
jobs:
automerge:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.DEPENDABOT_PAT }}
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
github-token: ${{ secrets.DEPENDABOT_PAT }}
target: all