From 6b6c96b7926f479e3c8c370e46dbe4523dbe25f2 Mon Sep 17 00:00:00 2001 From: Aaron Dalton Date: Sun, 7 Jan 2024 21:54:48 -0500 Subject: [PATCH] Fix fork automation --- .github/workflows/docker-publish.yml | 4 ++-- .github/workflows/fork-sync.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 3d20bfab..d0375522 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -77,8 +77,8 @@ jobs: # This step is being disabled because the runner is on a self-hosted machine # where the cache will stick between runs. - name: Cache Docker layers - uses: actions/cache@v3 - with: + uses: actions/cache@v3 + with: path: /tmp/.buildx-cache key: ${{ runner.os }}-buildx-${{ github.sha }} restore-keys: | diff --git a/.github/workflows/fork-sync.yml b/.github/workflows/fork-sync.yml index fb1114f0..f293bd0c 100644 --- a/.github/workflows/fork-sync.yml +++ b/.github/workflows/fork-sync.yml @@ -9,4 +9,4 @@ jobs: steps: - run: gh repo sync discretizer/homepage env: - GH_TOKEN ${{ secres.GITHUB_ENV }} \ No newline at end of file + GH_TOKEN: ${{ secrets.GITHUB_ENV }} \ No newline at end of file