From af057d5fa20d8ced5a8e5f922cb4bcd5aaff7d81 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Thu, 26 Aug 2021 12:06:13 +0200 Subject: [PATCH] Break ci:yaml:lint --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f3bc292..5a9b8bf 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -15,6 +15,6 @@ jobs: - name: "Checkout" uses: actions/checkout@v4 - name: "Publish new version to TER" - uses: tomasnorre/typo3-upload-ter@v2 + - uses: tomasnorre/typo3-upload-ter@v2 with: api-token: ${{ secrets.TYPO3_API_TOKEN }}