diff options
| author | Kevin Hoerr <kjhoerr@protonmail.com> | 2022-11-21 15:46:03 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-21 15:46:03 -0500 |
| commit | c971930cc871b750fa75cb630384563c0c3705a2 (patch) | |
| tree | cc0a984cd46280741d333965090d2e16d38fc8ab /.github | |
| parent | 113e6181be8d6d81b18a9e1f83a93ccc1a7e4b5e (diff) | |
| download | submelon.dev-c971930cc871b750fa75cb630384563c0c3705a2.tar.gz submelon.dev-c971930cc871b750fa75cb630384563c0c3705a2.tar.bz2 submelon.dev-c971930cc871b750fa75cb630384563c0c3705a2.zip | |
Remove unused files; consistent icon styling (#11)
* Remove unused files; consistent icon styling
* Update GitHub actions
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/pull_requests.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aa698b8..d98b293 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: - name: Run Gatsby Build run: npm run build --if-present - name: Commit public changes - uses: actions-js/push@v1.3 + uses: actions-js/push@latest with: github_token: ${{ secrets.GITHUB_TOKEN }} branch: trunk diff --git a/.github/workflows/pull_requests.yml b/.github/workflows/pull_requests.yml index a3cee9a..04cb713 100644 --- a/.github/workflows/pull_requests.yml +++ b/.github/workflows/pull_requests.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Check changes (prevent pushing to public/) - uses: xalvarez/prevent-file-change-action@v1 + uses: xalvarez/prevent-file-change-action@v1.3.1 with: githubToken: ${{ secrets.GITHUB_TOKEN }} pattern: public/ |
