From 5a78d5e07cc85e502399b1a402e1c9ebbe1bce2f Mon Sep 17 00:00:00 2001 From: Pete Stenger Date: Fri, 4 Oct 2024 00:32:47 -0500 Subject: [PATCH] try again --- .github/workflows/deploy-sigpwny.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-sigpwny.yml b/.github/workflows/deploy-sigpwny.yml index 0a89a562..c2d307e2 100644 --- a/.github/workflows/deploy-sigpwny.yml +++ b/.github/workflows/deploy-sigpwny.yml @@ -73,12 +73,12 @@ jobs: env: WORKFLOW_PAT: ${{ secrets.WORKFLOW_PAT }} run: | - git remote set-url foo "https://$WORKFLOW_PAT@github.com/sigpwny/websites.git/" + git remote set-url origin "https://$WORKFLOW_PAT@github.com/sigpwny/websites.git/" git config user.name sigpwny-uiuc git config user.email sigpwny@gmail.com git add .github git commit -m "chore: update workflow schedule" - git push foo main + git push origin main # uses: stefanzweifel/git-auto-commit-action@v5 # with: # commit_message: "chore: update workflow schedule"