From 5a5422e047a9290b46c59b260ea04373c598a89c Mon Sep 17 00:00:00 2001 From: escapeanaemia Date: Sun, 13 Nov 2022 13:07:21 +0000 Subject: [PATCH 1/2] create file automationtest01 --- textFiles/automationtest01.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 textFiles/automationtest01.txt 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 From e57cae541e05665ac682e9d910b69ae76f22adc2 Mon Sep 17 00:00:00 2001 From: Andrew Date: Sun, 13 Nov 2022 23:07:38 +0900 Subject: [PATCH 2/2] Update AMPR.yml --- .github/workflows/AMPR.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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