From ec29087d197a0cc1a62bd5bf2b18cab7503956c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20G=C3=B3rny?= Date: Thu, 19 Nov 2020 11:52:50 +0100 Subject: [PATCH] test --- .github/workflows/google_sheet_update.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/google_sheet_update.yml b/.github/workflows/google_sheet_update.yml index e13686920a2..287f5065de9 100644 --- a/.github/workflows/google_sheet_update.yml +++ b/.github/workflows/google_sheet_update.yml @@ -1,7 +1,7 @@ name: Google Sheet Update -on: - pull_request_target: - types: [closed] +on: push + # pull_request_target: + # types: [closed] jobs: fetch: @@ -15,16 +15,16 @@ jobs: - uses: actions/checkout@master if: github.event.pull_request.merged == true name: Checkout - with: - ref: ${{ github.event.pull_request.head.sha }} + # with: + # ref: ${{ github.event.pull_request.head.sha }} - name: 'parse files' - if: github.event.pull_request.merged == true + # if: github.event.pull_request.merged == true id: grant_parser - uses: mmagician/read-file-action@master + uses: mmagician/read-file-action@v0.1.2 with: - path: "${{ github.workspace }}/${{ steps.files.outputs.added }}" - # path: 'applications/sup.md' + # path: "${{ github.workspace }}/${{ steps.files.outputs.added }}" + path: 'applications/workflow_testing_8.md' - name: Pull Request URL if: github.event.pull_request.merged == true