dtinth / todo-actions

Turn TODO in source code into issues and close them when they are gone. Runs on GitHub Actions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

todos job failing

0xd011f4ce opened this issue · comments

Hi!

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!