Skip to content

Commit

Permalink
wfs
Browse files Browse the repository at this point in the history
  • Loading branch information
gring2 committed Mar 9, 2021
2 parents 574217a + e0112b1 commit fe03a12
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/create_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: release
- name: Make changes to pull request
id: date
run: echo "::set-output name=date::$(date +'%Y-%m-%d')"

- name: Create Pull Request
id: cpr
uses: peter-evans/create-pull-request@v3
Expand All @@ -28,7 +29,7 @@ jobs:
committer: GitHub <noreply@github.com>
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
signoff: false
branch: example-patches
branch: master
title: 'Release PR ${{ steps.date.outputs.date }}'
body: |
Auto-generated by [create-pull-request][1]
Expand Down
Empty file added e2.e2
Empty file.
Empty file added example
Empty file.

0 comments on commit fe03a12

Please sign in to comment.