Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Leejha committed Jul 2, 2024
1 parent 31ef44d commit 00ff5a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/git-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
source-directory: "output"
destination-repository-name: career-sponsor-deploy
user-email: ${{ secrets.OFFICIAL_ACCOUNT_EMAIL }}
user-email: ${{ secrets.LEEJHA_EMAIL }}
commit-message: ${{ github.event.commits[0].message }}
target-branch: main
- name: Test get variable exported by push-to-another-repository
Expand Down
4 changes: 2 additions & 2 deletions new-web/build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
cd ../
mkdir output
cp -R ./output ./career.sponsor/new-web
cp -R ./career.sponsor/new-web ./output/
cp -R ./career.sponsor/* ./output
cp -R ./output ./career.sponsor/

0 comments on commit 00ff5a6

Please sign in to comment.