Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ivartb committed Aug 14, 2023
2 parents 8f2d415 + a12f3bd commit b8f07be
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Git clone
run: |
cd ~
git clone https://github.com/ivartb/metafx_new
git clone https://github.com/ctlab/metafx
- name: Upload sh
uses: actions/upload-artifact@v3
with:
Expand All @@ -36,15 +36,15 @@ jobs:
uses: actions/download-artifact@v3
with:
name: metafast.sh
path: ~/metafx_new/bin/metafx-modules/
path: ~/metafx/bin/metafx-modules/
- name: Git push
env:
GITHUB_TOKEN: ${{ secrets.ACTIONS_GITHUB_TOKEN }}
run: |
cd ~/metafx_new
cd ~/metafx
git config user.email "[email protected]"
git config user.name "ivartb"
git add bin/metafx-modules/metafast.sh
git commit -m "Automatically update metafast.sh"
git remote set-url --push origin https://ivartb:[email protected]/ivartb/metafx_new
git remote set-url --push origin https://ivartb:[email protected]/ctlab/metafx
git push

0 comments on commit b8f07be

Please sign in to comment.