|
|
|
@ -33,8 +33,8 @@ jobs: |
|
|
|
env: |
|
|
|
env: |
|
|
|
GITHUB_TOKEN: ${{ secrets.GH_PAT_TOKEN }} |
|
|
|
GITHUB_TOKEN: ${{ secrets.GH_PAT_TOKEN }} |
|
|
|
run: | |
|
|
|
run: | |
|
|
|
git clone ceccopierangiolieugenio/pyTermTk-Docs |
|
|
|
git clone ceccopierangiolieugenio/pyTermTk-docs |
|
|
|
cd pyTermTk-Docs |
|
|
|
cd pyTermTk-docs |
|
|
|
echo "Test - $(date)" > test.txt |
|
|
|
echo "Test - $(date)" > test.txt |
|
|
|
git add . |
|
|
|
git add . |
|
|
|
git commit -m "chore: added file - ($(date))" |
|
|
|
git commit -m "chore: added file - ($(date))" |
|
|
|
|