Skip to content

Commit

Permalink
make entrypoint executable
Browse files Browse the repository at this point in the history
  • Loading branch information
bambamboole committed Jan 27, 2021
1 parent b5c7155 commit de87b21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Nightly Merge
- name: Up Merge
uses: bambamboole/gha-upmerge@master
with:
stable_branch: 'master'
development_branch: 'develeop'
development_branch: 'develop'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```
Expand Down
Empty file modified entrypoint.sh
100644 → 100755
Empty file.

0 comments on commit de87b21

Please sign in to comment.