diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index cae61d2..2d0e5ee 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v4 - name: Generate Picture - uses: ry05k2ulv/grassland@main + uses: nrysk/c-planet@main with: github_username: ${{ github.repository_owner }} github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/action.yml b/action.yml index 17b6996..4d7c6cb 100644 --- a/action.yml +++ b/action.yml @@ -17,7 +17,15 @@ inputs: runs: using: "composite" steps: - - name: Install dependencies + - name: Cache Blender + id: cache-blender + uses: actions/chache@v4 + with: + path: blender-4.2.3-linux-x64 + key: ${{ runner.os }}-blender-4.2.3-linux-x64 + + - name: Install Blender + if: steps.cache-blender.outputs.cache-hit != 'true' run: | wget https://download.blender.org/release/Blender4.2/blender-4.2.3-linux-x64.tar.xz -q tar -xf blender-4.2.3-linux-x64.tar.xz