From d8460e3ecf23db3f416b9e3775dfc719b7aa7d01 Mon Sep 17 00:00:00 2001 From: TheClashFruit Date: Fri, 15 Sep 2023 15:58:47 +0200 Subject: [PATCH] feat: remove emojis from actions --- .gitea/workflows/upload.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/upload.yml b/.gitea/workflows/upload.yml index 8269b6b..4853374 100644 --- a/.gitea/workflows/upload.yml +++ b/.gitea/workflows/upload.yml @@ -1,4 +1,4 @@ -name: ️💾 Upload Website +name: ️Upload Website on: [ push ] @@ -6,10 +6,10 @@ jobs: sftp: runs-on: ubuntu-latest steps: - - name: 🚚 Checkout the repository + - name: Checkout the repository uses: actions/checkout@v2 - - name: 📂 Upload files via SFTP + - name: Upload files via SFTP uses: https://github.com/wangyucode/sftp-upload-action@v2.0.2 with: host: ${{ secrets.HOST }} @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 5 steps: - - name: 📃 Install dependencies on the server + - name: Install dependencies on the server uses: https://github.com/appleboy/ssh-action@v0.1.10 with: host: ${{ secrets.HOST }}