From 98287eab11d05230e96197d664f1243ee4f5dc24 Mon Sep 17 00:00:00 2001 From: plcnk Date: Sun, 18 Aug 2024 23:41:05 +0200 Subject: [PATCH] test(actions): Test copy workflow --- .github/workflows/copy-readme.yaml | 2 +- README.md | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/copy-readme.yaml b/.github/workflows/copy-readme.yaml index a9a9f13..d6264a2 100644 --- a/.github/workflows/copy-readme.yaml +++ b/.github/workflows/copy-readme.yaml @@ -16,7 +16,7 @@ jobs: with: fetch-depth: 0 - name: Copy README to gh-pages - uses: planetoftheweb/copy-to-branches@v1 + uses: planetoftheweb/copy-to-branches@v1.3 env: key: master files: README.md diff --git a/README.md b/README.md index 92c10d9..163c414 100644 --- a/README.md +++ b/README.md @@ -34,5 +34,3 @@ The code in this repository is provided as-is with no warranties. ## License This project is licensed under the [MIT License](./LICENSE). - -This is a test.