Skip to content

Commit

Permalink
Merge pull request #15 from UNopenGIS/component-live-editor-tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
albertkun authored Dec 15, 2023
2 parents 1764b5d + 6f77c5a commit f5b3c5a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/copy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:

- name: Commit and push
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git add .
git commit -m "[Auto] Update static files" || exit 0 # Don't fail if no changes
git push https://${GH_TOKEN}@github.com/UNopenGIS/learning.git HEAD:dev
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git add .
git commit -m "[Auto] Update static files" || exit 0 # Don't fail if no changes
git push origin HEAD:dev
env:
GH_TOKEN: ${{ secrets.GH_ACTIONS_TOKEN }}
GIT_AUTH_TOKEN: ${{ secrets.PAT }}

0 comments on commit f5b3c5a

Please sign in to comment.