Skip to content

Commit

Permalink
Merge pull request #9 from mmagician/testing9
Browse files Browse the repository at this point in the history
test
  • Loading branch information
Marcin authored Nov 19, 2020
2 parents 198eda8 + ec29087 commit 766fa89
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/google_sheet_update.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Google Sheet Update
on:
pull_request_target:
types: [closed]
on: push
# pull_request_target:
# types: [closed]

jobs:
fetch:
Expand All @@ -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
Expand Down

0 comments on commit 766fa89

Please sign in to comment.