Run stefanzweifel/git-auto-commit-action@v4
Started: bash D:\a_actions\stefanzweifel\git-auto-commit-action\v4\entrypoint.sh
INPUT_REPOSITORY value: .
INPUT_STATUS_OPTIONS:
INPUT_FILE_PATTERN: assets/latest_iris.png assets/actual_iris.png assets/confusion_matrix.png assets/df_recent.png
INPUT_BRANCH value: main
From GitHub - DamianMarvel7/serverless-ml-course: Serverless Machine Learning Course for building AI-enabled Prediction Services from models and features
- [new branch] gh-pages → origin/gh-pages
Already on ‘main’
Your branch is up to date with ‘origin/main’.
INPUT_ADD_OPTIONS:
INPUT_FILE_PATTERN: assets/latest_iris.png assets/actual_iris.png assets/confusion_matrix.png assets/df_recent.png
INPUT_COMMIT_OPTIONS: --no-verify --signoff
INPUT_COMMIT_USER_NAME: My GitHub Actions Bot
INPUT_COMMIT_USER_EMAIL: my-github-actions-bot@example.org
INPUT_COMMIT_MESSAGE: Automated graph published
INPUT_COMMIT_AUTHOR: Author actions@github.com
On branch main
Your branch is up to date with ‘origin/main’.
nothing to commit, working tree clean
Error: Invalid status code: 1
at ChildProcess. (D:\a_actions\stefanzweifel\git-auto-commit-action\v4\index.js:17:19)
at ChildProcess.emit (node:events:527:28)
at maybeClose (node:internal/child_process:1092:16)
at Process.ChildProcess._handle.onexit (node:internal/child_process:302:5) {
code: 1
}
Error: Invalid status code: 1
at ChildProcess. (D:\a_actions\stefanzweifel\git-auto-commit-action\v4\index.js:17:19)
at ChildProcess.emit (node:events:527:28)
at maybeClose (node:internal/child_process:1092:16)
at Process.ChildProcess._handle.onexit (node:internal/child_process:302:5)
When I run the workflow, there is this error code. What should i do?