From 6b49572cafa357b0b73b33f8fdd8f3da70a61072 Mon Sep 17 00:00:00 2001 From: Vurv <56230599+Vurv78@users.noreply.github.com> Date: Thu, 6 Jul 2023 15:24:30 -0700 Subject: [PATCH] chore: update workshop deploy action --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b8f6431d51..76bf61e11e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -9,10 +9,10 @@ jobs: steps: - uses: actions/checkout@master - - uses: wiremod/gmod-upload@4bc2dfb88010f343e5ee121b02110151343ec8dd + - uses: wiremod/gmod-upload@9c599e4171613de296d4df182478518fcccdb03e with: id: 160250458 changelog: "Deployment via Github to latest changes" env: STEAM_USERNAME: ${{ secrets.STEAM_USERNAME }} - STEAM_PASSWORD: ${{ secrets.STEAM_PASSWORD }} \ No newline at end of file + STEAM_PASSWORD: ${{ secrets.STEAM_PASSWORD }}