Skip to content

Commit

Permalink
test it
Browse files Browse the repository at this point in the history
  • Loading branch information
gring2 committed Mar 9, 2021
1 parent a769a05 commit fcbd682
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create_pr.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
ref: release
ref: master
- name: Make changes to pull request
id: date
run: echo "::set-output name=date::$(date +'%Y-%m-%d')"
Expand All @@ -29,7 +29,7 @@ jobs:
committer: GitHub <noreply@github.com>
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
signoff: false
branch: master
branch: release
title: 'Release PR ${{ steps.date.outputs.date }}'
body: |
Auto-generated by [create-pull-request][1]
Expand Down
Empty file added it
Empty file.
Empty file added test
Empty file.

0 comments on commit fcbd682

Please sign in to comment.