From c4fcf364307ba7440e74e5cbd202ccca5b1d6ed9 Mon Sep 17 00:00:00 2001 From: Xander Grabowski <60899653+XanGrab@users.noreply.github.com> Date: Wed, 18 Dec 2024 10:57:13 -0600 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b7b6aad..1899f6d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,4 +1,4 @@ -name: Aqualab Build +name: Field Day Unity Build # Controls when the action will run. Triggers the workflow on creation of # tags. Creating new 'versions' via github is the most straightforward @@ -96,4 +96,4 @@ jobs: remote_path: ${{ secrets.DEPLOY_DIR }}/${{ env.BRANCH }} remote_host: ${{ secrets.FIELDDAY_WISC_EDU_DEPLOY_HOST }} remote_user: ${{ secrets.FIELDDAY_WISC_EDU_DEPLOY_USER }} - remote_key: ${{ secrets.FIELDDAY_WISC_EDU_DEPLOY_KEY }} \ No newline at end of file + remote_key: ${{ secrets.FIELDDAY_WISC_EDU_DEPLOY_KEY }}