From b9dafe141c16ab0b7eb38e0551bb7cc97bf588bf Mon Sep 17 00:00:00 2001 From: vsoch Date: Tue, 11 Feb 2020 08:02:08 -0700 Subject: [PATCH 1/2] trivial change to test action Signed-off-by: vsoch --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f4152b..267b6dc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # Pull Request Action Example -This is an example to test the [pull-request-action](https://github.com/vsoch/pull-request-action). To see the example workflow, look in [.github/workflows](.github/workflows). +This is an example to test the [pull-request-action](https://github.com/vsoch/pull-request-action). +To see the example workflow, look in [.github/workflows](.github/workflows). To see full details of the action, see the repository linked above. From bf70e8f697eb27b4b9282e23b1d5f33318d244ec Mon Sep 17 00:00:00 2001 From: vsoch Date: Tue, 11 Feb 2020 08:05:41 -0700 Subject: [PATCH 2/2] test bearer branch Signed-off-by: vsoch --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 4bf22d1..4bfa612 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: pull-request-action - uses: vsoch/pull-request-action@master + uses: vsoch/pull-request-action@bearer env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} BRANCH_PREFIX: "update/"