You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to setup this action into one of my repositories, and I'm getting this error in the `todos' job:
error: failed to push some refs to '***github.com/walizw/GeometryDash.git'
hint: Updates were rejected because a pushed branch tip is behind its remote
hint: counterpart. Check out this branch and integrate the remote changes
hint: (e.g. 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
CLIEntrypoint.js
[...]
Error: Command failed: git push "***github.com/$GITHUB_REPOSITORY.git" HEAD:"$GITHUB_REF"
at checkExecSyncError (child_process.js:623:11)
at Object.execSync (child_process.js:659:15)
at /app/lib/CodeRepository.js:67:37
at Generator.next (<anonymous>)
at /app/lib/CodeRepository.js:7:71
at new Promise (<anonymous>)
at __awaiter (/app/lib/CodeRepository.js:3:12)
at saveChanges (/app/lib/CodeRepository.js:51:24)
at Object.<anonymous> (/app/lib/TodoActionsMain.js:45:19)
at Generator.next (<anonymous>) {
status: 1,
signal: null,
output: [ null, null, null ],
pid: 28,
stdout: null,
stderr: null
}
Is it something wrong with my yaml file? How can I fix it? Thank you so much if you can help me!
The text was updated successfully, but these errors were encountered:
Hi!
I've been trying to setup this action into one of my repositories, and I'm getting this error in the `todos' job:
Is it something wrong with my yaml file? How can I fix it? Thank you so much if you can help me!
The text was updated successfully, but these errors were encountered: