Error: The deploy step encountered an error: The process '/usr/bin/git' failed with exit code 128 ❌ #1560
Replies: 4 comments
-
https://github.com/shiwanjun1995/cicd-basic/actions/runs/8496968889/job/23275008338 |
Beta Was this translation helpful? Give feedback.
-
This is success: |
Beta Was this translation helpful? Give feedback.
-
Running into the same issue. |
Beta Was this translation helpful? Give feedback.
-
seems solved in v4.6.1. See #1589 (reply in thread) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
Reproduction Steps
Logs
Workflow
Additional Comments
`name: Build and Deploy
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
Beta Was this translation helpful? Give feedback.
All reactions