Skip to content

Commit

Permalink
Update run_node.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andifahruddinakas authored Oct 23, 2024
1 parent 680dee6 commit 49d3ade
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/run_node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,9 @@ jobs:
- name: Run Node script
run: node index.js test.csv

# Step 5: Commit changes jika ada perubahan pada file
# Step 5: Commit and push changes
- name: Commit and Push changes
uses: github-actions-x/commit@v3
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit-message: "Commit generated files from Node script"
push: true
commit_message: "Commit generated files from Node script"
branch: main # Sesuaikan dengan branch yang Anda gunakan

0 comments on commit 49d3ade

Please sign in to comment.