Skip to content

Commit

Permalink
create PR step now continues if there are no changes (#611)
Browse files Browse the repository at this point in the history
- removed incorrectly placed lists from private repo
  • Loading branch information
CluEleSsUK authored Nov 8, 2023
1 parent dd828f9 commit 096f125
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1,130 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/execute-draw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ jobs:
working-directory: recipients_selection
run: ./draw.sh

- name: Commit 🔐
- name: Configure some git params 🔧
run: |
git config --global user.name $BOT_NAME
git config --global user.email $BOT_EMAIL
git add .
git commit -m "completed a recipient draw"
- name: Raise PR
- name: Commit and raise PR 🔐
uses: peter-evans/create-pull-request@v5
with:
branch: draw/results
branch-suffix: timestamp
commit-message: completed a recipient draw
Loading

0 comments on commit 096f125

Please sign in to comment.