- name: Configure Git Actions Bot
uses: drengskapur/gitbot-config@00aecab0a790b146951f9e0c48f564eaf26a9df6 # v1.1.2
Use this action for pushing changes within a GitHub Actions workflow.
- name: Configure Git Actions Bot
uses: drengskapur/gitbot-config@00aecab0a790b146951f9e0c48f564eaf26a9df6 # v1.1.2
# Now you can commit changes
- run: |
git add .
git commit -m "Automated changes"
git push