Skip to content

Commit

Permalink
馃殦 fix README Workflow (#8677)
Browse files Browse the repository at this point in the history
* Regenerated README

* Fixed Workflow Trigger

* Attempted Checkout Fix

* Specified Workflow Trigger Types

Co-authored-by: ElectronicsArchiver <ElectronicsArchiver@users.noreply.github.com>
  • Loading branch information
ElectronicsArchiver and ElectronicsArchiver committed Jul 14, 2022
1 parent ef12e30 commit 63fe1a8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/README.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name : README

on:
push:
pull_request:
types : [ opened , synchronize ]
paths:
- docs/Helpers.yaml
- docs/Sponsors.yaml
Expand All @@ -16,7 +17,10 @@ jobs:
with:
deno-version : 1.23.4

- uses: actions/checkout@v3
- uses : actions/checkout@v3
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}

- name : Run README updater
run : 'deno run
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -561,4 +561,4 @@ Thanks go to these wonderful organizations! [[Contribute](https://opencollective

<!-- -->

<!-- Generated @ 2022 / 07 / 13 21:36:11 -->
<!-- Generated @ 2022 / 07 / 13 23:45:26 -->

0 comments on commit 63fe1a8

Please sign in to comment.