ยท 1 min de lectura

git-auto-commit-action

Automatically commit and push changed files back to GitHub

  - name: Add prices
    id: auto-commit-action
    uses: stefanzweifel/git-auto-commit-action@v4
    with:
      commit_message: 'Add report for today'
 
  - name: "Send to telegram if changes have been detected"
    if: steps.auto-commit-action.outputs.changes_detected == 'true'
    run: npm run send
Compartir:
Ir a Inicio