Skip to content

Commit

Permalink
add support for github enterprise instances (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
reey authored Aug 18, 2022
1 parent b1d9abf commit 8ff6af9
Show file tree
Hide file tree
Showing 7 changed files with 1,387 additions and 698 deletions.
8 changes: 8 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Contributing

Build
```
yarn build
```


4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:

- name: Info log
if: ${{ success() }}
run: cat /home/runner/.backport/backport.info.log
run: cat ~/.backport/backport.info.log

- name: Debug log
if: ${{ failure() }}
run: cat /home/runner/.backport/backport.debug.log
run: cat ~/.backport/backport.debug.log

```
Expand Down
Loading

0 comments on commit 8ff6af9

Please sign in to comment.