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
Possibly due to changes on the target repo during the checkout process?
Perhaps a git pull at some point can help sync things? Conditional?
Run grafana/github-api-commit-action@ccf9b520c5698380ad3b9619c5add427369b7ef1
/usr/bin/git remote get-url origin
https://github.com/[repo]
/usr/bin/git rev-parse --show-toplevel
/home/runner/work/***/***
/usr/bin/git rev-parse --symbolic-full-name HEAD
refs/heads/master
Committing to: heads/master
/usr/bin/git rev-parse HEAD
...
Latest commit hash: d9afd5b6b9bee288a1d2f41cf0b0af2f2cf09150
/usr/bin/git diff --staged --name-only HEAD
...
/usr/bin/stat --format "%a" ...
"644"
Error: Update is not a fast forward
The text was updated successfully, but these errors were encountered:
Occasionally, git will hiccup during this action.
Error: Update is not a fast forward
Possibly due to changes on the target repo during the checkout process?
Perhaps a
git pull
at some point can help sync things? Conditional?The text was updated successfully, but these errors were encountered: