diff --git a/.github/workflows/AMPR.yml b/.github/workflows/AMPR.yml index c225b2f..9826ea9 100644 --- a/.github/workflows/AMPR.yml +++ b/.github/workflows/AMPR.yml @@ -19,7 +19,7 @@ jobs: if: contains(github.event.pull_request.labels.*.name, 'automerge') uses: juliangruber/approve-pull-request-action@v2.0.0 with: - github-token: ${{ GITHUB_TOKEN }} + github-token: $GITHUB_TOKEN number: ${{github.event.number}} run: | echo "PR Number is ${{github.event.number}}" @@ -27,5 +27,5 @@ jobs: if: contains(github.event.pull_request.labels.*.name, 'automerge') uses: "pascalgn/automerge-action@v0.15.5" env: - GITHUB_TOKEN: "${{ GITHUB_TOKEN }}" + GITHUB_TOKEN: $GITHUB_TOKEN diff --git a/textFiles/automationtest01.txt b/textFiles/automationtest01.txt new file mode 100644 index 0000000..4ad96d5 --- /dev/null +++ b/textFiles/automationtest01.txt @@ -0,0 +1 @@ +default