Skip to content

Commit

Permalink
fix(ga): No need to commit by myself.
Browse files Browse the repository at this point in the history
  • Loading branch information
gounthar committed Jul 18, 2024
1 parent 8e7be86 commit 6f901f0
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/checks-plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,6 @@ jobs:
git config user.name "GitHub Actions"
git config user.email "actions@github.com"
- name: Commit and push changes
if: env.changed == 'true'
run: |
git checkout -b update-plugins-$(date +%Y-%m-%d)
git add .
git commit -m "Update plugins list"
git push origin update-plugins-$(date +%Y-%m-%d)
- name: Set dynamic branch name
run: echo "DYNAMIC_BRANCH=update-plugins-$(date +%Y-%m-%d)" >> $GITHUB_ENV

Expand Down

0 comments on commit 6f901f0

Please sign in to comment.