Skip to content

Commit

Permalink
workflows: main: Update build targets
Browse files Browse the repository at this point in the history
Signed-off-by: Jarl-Penguin <[email protected]>
  • Loading branch information
JarlPenguin committed Sep 21, 2020
1 parent 26e524b commit 5eac06f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
git config --global user.email "${GITHUB_EMAIL}"
git clone https://"${GITHUB_USER}":"${GITHUB_TOKEN}"@github.com/"${GITHUB_USER}"/releases.git
cd releases
function upstream() { for var in cedric-los17 hannah-los16 montana-los16 montana-los17; do git checkout $var; git rebase master; git push -f; done; git checkout master; }
function upstream() { for var in cedric-los17 hannah-los16 hannah-los17 montana-los16 montana-los17; do git checkout $var; git rebase master; git push -f; done; git checkout master; }
upstream
env:
GITHUB_EMAIL: ${{ secrets.GITHUB_EMAIL }}
Expand Down

0 comments on commit 5eac06f

Please sign in to comment.