Skip to content

Commit

Permalink
github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Dragos0000 committed Nov 12, 2023
1 parent eda869c commit 74d247d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/model-2owl-validator-refresh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@ jobs:
ls -la destination-repo
ls -la destination-repo/src
- name: Configure Git
run: |
git config --global user.email "action@github.com"
git config --global user.name "github-actions"
# - name: Configure Git
# run: |
# git config --global user.email "action@github.com"
# git config --global user.name "github-actions"

- name: Checkout model2owl validator repository
uses: actions/checkout@v2
with:
repository: meaningfy-ws/model2owl-validator
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GIT_USER }}
- name: second clone
run: |
ls -la
Expand Down Expand Up @@ -78,5 +78,5 @@ jobs:
git commit -m "Copy src folder from model2owl repository"
git status
git remote -v
git push -f https://${{ secrets.GITHUB_TOKEN }}@github.com/meaningfy-ws/model2owl-validator.git main
git push -f https://${{ secrets.GIT_USER }}@github.com/meaningfy-ws/model2owl-validator.git main
# git push -f origin main

0 comments on commit 74d247d

Please sign in to comment.