We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19ac8db commit 6a844dcCopy full SHA for 6a844dc
.github/workflows/auto-merge-openapi-updates.yml
@@ -24,4 +24,5 @@ jobs:
24
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25
26
- name: Log merge status
27
- run: echo "✅ Auto-merge enabled for PR: ${{ github.event.pull_request.html_url }}"
+ run: |
28
+ echo "✅ Auto-merge enabled for PR: ${{ github.event.pull_request.html_url }}"
0 commit comments