Skip to content

Commit

Permalink
Update update-to-latest-easystats.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Sep 27, 2023
1 parent d137524 commit cd65dd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-to-latest-easystats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ jobs:
git add --all
- name: Create pull request
if: ${{ steps.update_description.outputs.changed }}
#if: ${{ steps.update_description.outputs.changed }}
uses: peter-evans/create-pull-request@v5
with:
token: ${{ secrets.GITHUB_TOKEN }}
base: ${{ github.head_ref }}
base: main
branch: desc-${{ github.ref_name }}-${{ github.job }}
branch-suffix: timestamp
delete-branch: true
Expand Down

0 comments on commit cd65dd9

Please sign in to comment.