We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79ef2ae commit d81c270Copy full SHA for d81c270
index.js
@@ -224,8 +224,8 @@ if (heroku.dockerBuildArgs) {
224
deploy({ ...heroku, dontuseforce: true });
225
} catch (err) {
226
console.error(`
227
- Unable to push branch because the branch is behind the deployed branch. Using --force to deploy branch.
228
- (If you want to avoid this, set dontuseforce to 1 in with: of .github/workflows/action.yml.
+ Unable to push branch because the branch is behind the deployed branch. Using --force to deploy branch.
+ (If you want to avoid this, set dontuseforce to 1 in with: of .github/workflows/action.yml.
229
Specifically, the error was: ${err}
230
`);
231
0 commit comments