Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

todos job failing #84

Open
0xd011f4ce opened this issue Dec 10, 2022 · 0 comments
Open

todos job failing #84

0xd011f4ce opened this issue Dec 10, 2022 · 0 comments

Comments

@0xd011f4ce
Copy link

0xd011f4ce commented Dec 10, 2022

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant