From 3f17dd6a09d2068a88f0541f760e920fee321550 Mon Sep 17 00:00:00 2001 From: Preston Date: Thu, 19 Aug 2021 22:13:26 -0400 Subject: [PATCH] Update autoMerge.yml --- .github/workflows/autoMerge.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/autoMerge.yml b/.github/workflows/autoMerge.yml index 73d8a080..9c7ef8f1 100644 --- a/.github/workflows/autoMerge.yml +++ b/.github/workflows/autoMerge.yml @@ -15,6 +15,8 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: + - name: Echo Node ID + run: echo ${{ github.event.pull-request.node_id }} - name: Enable GitHub Pull Reaquest Auto Merge Action # You may pin to the exact commit or the version. # uses: poad/github-pull-request-auto-merge-enable-action@89573fd0a329b987282e63d3a81b1c2d260c6648