bcdice / bcdice-js

BCDice ported package for TypeScript and JavaScript by Opal.
BSD 3-Clause "New" or "Revised" License
21 stars 9 forks source link

:green_heart: Fix push error on auto-update #47

Closed ysakasin closed 2 years ago

ysakasin commented 2 years ago

auto-updateのpushに失敗しているのを修正しています。

https://github.com/bcdice/bcdice-js/runs/6640213907?check_suite_focus=true#step:5:14

Run git add patch.diff BCDice Gemfile.lock
  git add patch.diff BCDice Gemfile.lock
  git commit -m ":heavy_plus_sign: Update BCDice to $(git -C BCDice rev-parse --short HEAD)"
  git push --force
  shell: /usr/bin/bash -e {0}
[bcdice-auto-update 1adffe4] :heavy_plus_sign: Update BCDice to 84300e5f
 [2](https://github.com/bcdice/bcdice-js/runs/6640213907?check_suite_focus=true#step:5:2) files changed, 1[4](https://github.com/bcdice/bcdice-js/runs/6640213907?check_suite_focus=true#step:5:4)1 insertions(+), 141 deletions(-)
fatal: The current branch bcdice-auto-update has no upstream branch.
To push the current branch and set the remote as upstream, use

    git push --set-upstream origin bcdice-auto-update
esnya commented 2 years ago