diff options
| author | Kevin Hoerr <kjhoerr@protonmail.com> | 2022-11-21 13:46:06 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-21 13:46:06 -0500 |
| commit | 5ac7a57c8a083b649897e3d3ca985546df4123d4 (patch) | |
| tree | 58e944c0b416feafe961f8fe0246308ba5deac2a /.github/workflows | |
| parent | 4556830745d4296614d365c661628a2fb906ef1f (diff) | |
| download | submelon.dev-5ac7a57c8a083b649897e3d3ca985546df4123d4.tar.gz submelon.dev-5ac7a57c8a083b649897e3d3ca985546df4123d4.tar.bz2 submelon.dev-5ac7a57c8a083b649897e3d3ca985546df4123d4.zip | |
Fix build (#8)
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8f1e99d..db28a05 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,6 +25,6 @@ jobs: - name: Run Gatsby Build run: npm run build --if-present - name: Commit public changes - uses: actions-js/push@v1.x + uses: actions-js/push@v1.3 with: github_token: ${{ secrets.GITHUB_TOKEN }} |
