Skip to content

Commit

Permalink
Merge branch 'branch1' of https://github.com/GmodNET/github-app-test
Browse files Browse the repository at this point in the history
…into branch1
  • Loading branch information
GlebChili committed Jul 16, 2021
2 parents c4617fc + eb3a4c8 commit d69252d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/rebase_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,11 @@ jobs:
- name: Rebase and push
id: rebase_and_push
continue-on-error: true
env:
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
run: |
git rebase ${BRANCH_NAME}
git remote set-url origin https://x-access-token:${{ steps.generate_token.outputs.token }}@github.com/${{ github.repository }}.git
git push --force
- name: Notify if rebase was unsuccessful
Expand Down
2 changes: 1 addition & 1 deletion file1.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
file1 commit 1
file1 commit 1. Addition 1

0 comments on commit d69252d

Please sign in to comment.