Skip to content

Commit

Permalink
Update Preserve-commits.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yugaa22 authored Aug 8, 2023
1 parent b6e066e commit 0a23895
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/Preserve-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
git add .
git commit -m "Developper_commits"
git remote set-url origin https://${{ github.actor }}:[email protected]/${{ github.repository }}
git push
env:
GITHUB_TOEKN: ${{ secrets.GIT_TOKEN }}
- run: echo "🍏 This job's status is ${{ job.status }}."

0 comments on commit 0a23895

Please sign in to comment.