From d340bf9b034430da1184df644e877a1feb0e98c2 Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Fri, 9 Aug 2024 21:29:16 +0200 Subject: [PATCH] Fix identation errors Replace accidental tabs by two spaces so that the resulting rendered example looks correctly. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c759774..4c52ba8 100644 --- a/README.md +++ b/README.md @@ -41,8 +41,8 @@ jobs: - uses: actions/checkout@v3 - uses: actions/forgejo-release@v1 with: - direction: upload - url: https://code.forgejo.org + direction: upload + url: https://code.forgejo.org release-dir: dist/release release-notes: "MY RELEASE NOTES" ``` @@ -60,8 +60,8 @@ jobs: - uses: actions/checkout@v3 - uses: actions/forgejo-release@v1 with: - direction: download - url: https://code.forgejo.org + direction: download + url: https://code.forgejo.org repo: forgejo/forgejo tag: v1.21.4-0 release-dir: ./ # by default, files are downloaded into dist/release