Skip to content

Commit

Permalink
added verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
sheetal-purple committed Jan 4, 2024
1 parent 82f5785 commit 65bab8e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,10 @@ jobs:
# git config -l | grep 'http\..*\.extraheader' | cut -d= -f1 | xargs -L1 git config --unset-all
git clone https://github-actions[bot]:${{ secrets.GITHUB_TOKEN }}@github.com/sheetal-purple/another repo # clone repo to track history
ls -l
mv repo/.git . # move cloned git history to root
rm -rf repo
ls -l
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git add --force .
Expand All @@ -66,6 +68,8 @@ jobs:
# # create a pull-requests containing the updates.
# gh auth login --with-token < token.txt
git config -l
git tag -a v${{ env.SPEC_VERSION }} -m "Update v${{ env.SPEC_VERSION }}"
git push origin master --follow-tags --force
env:
Expand Down

0 comments on commit 65bab8e

Please sign in to comment.