Skip to content

Commit

Permalink
Merge pull request #11 from bakunyo/develop
Browse files Browse the repository at this point in the history
Release 2021-03-15 13:52:06 +0000
  • Loading branch information
bakunyo authored Mar 15, 2021
2 parents aa80331 + b77aa32 commit dfee697
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
fetch-depth: 0
- name: git-pr-release
uses: bakunyo/git-pr-release-action@master
uses: bakunyo/git-pr-release-action@develop
env:
GIT_PR_RELEASE_BRANCH_STAGING: develop
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
fetch-depth: 0
- name: git-pr-release
uses: bakunyo/git-pr-release-action@master
env:
Expand Down
1 change: 0 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@

set -eu
export GIT_PR_RELEASE_TOKEN=$GITHUB_TOKEN
git remote set-url origin https://$GITHUB_TOKEN:[email protected]/$GITHUB_REPOSITORY.git
git-pr-release

0 comments on commit dfee697

Please sign in to comment.