Explorar o código

Fixed typo in tweet action

DerLinkman %!s(int64=3) %!d(string=hai) anos
pai
achega
a46db9e0df
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/tweet-trigger-publish-release.yml

+ 1 - 1
.github/workflows/tweet-trigger-publish-release.yml

@@ -20,4 +20,4 @@ jobs:
           access_token_secret: ${{ secrets.ACCESS_TOKEN_SECRET }}
           tweet_body: '$RELEASE_TAG is here! Checkout the GitHub Page for changelog regarding the $RELEASE_TAG Release: github.com/mailcow/mailcow-dockerized/releases/tag/$RELEASE_TAG'
         env:
-        RELEASE_TAG: ${{ env.RELEASE_TAG }}
+          RELEASE_TAG: ${{ env.RELEASE_TAG }}