Skip to content

Commit

Permalink
new_master
Browse files Browse the repository at this point in the history
  • Loading branch information
gring2 committed Mar 9, 2021
1 parent 21a8cea commit 55299f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/create_pr.yml
Expand Up @@ -15,11 +15,11 @@ jobs:
run: echo "::set-output name=date::$(date +'%Y-%m-%d')"
- name: Get branch name
id: get_branch
run: echo "::set-output name=branch::${GITHUB_REF/refs\/heads\//}"
- name: Reset release branch
run: |
git fetch origin master:master
git reset --hard master
run: echo "::set-output name=branch::${GITHUB_REF}"
# - name: Reset release branch
# run: |
# git fetch origin master:master
# git reset --hard master
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
with:
Expand Down
Empty file added new_master
Empty file.

0 comments on commit 55299f1

Please sign in to comment.