Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alifnaufalyasin committed Jul 31, 2023
1 parent e2d4b1e commit 0a90fda
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/generate-data-member.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,13 @@ jobs:
cd ..
rm -rf ./scripts
git add ./data/dataMember.json
# Commit the changes
- name: Commit changes
run: |
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git commit -m "Update data member from GitHub Action" || true
# Push the changes back to the repository
- name: Push changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.TOKEN_SECRET }}
git push origin production

0 comments on commit 0a90fda

Please sign in to comment.