Skip to content

Commit

Permalink
Try adding diff check
Browse files Browse the repository at this point in the history
  • Loading branch information
jjbeekman committed Aug 24, 2023
1 parent 1cd7105 commit d7c8bb7
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,18 +71,18 @@ jobs:
echo "Next tag is ${{ steps.variables.outputs.next_tag }}"
echo "Release url is ${{ steps.variables.outputs.release_url }}"
# - name: Create Pull Request
# id: cpr
# uses: peter-evans/create-pull-request@v5
# with:
# title: ${{ steps.variables.outputs.title }}
# labels: Opdrachten Team Dependabot
# body: |
# Auto generated PR to update dependencies.
# This PR is generated by the Opdrachten Team Dependabot
# branch: dependabot/${{ steps.variables.outputs.today }}
# committer: Opdrachten Team Dependabot <opdrachten-team-dependabot@amsterdam.nl>
# commit-message: ${{ steps.variables.outputs.title }}
- name: Create Pull Request
id: cpr
uses: peter-evans/create-pull-request@v5
with:
title: ${{ steps.variables.outputs.title }}
labels: Opdrachten Team Dependabot
body: |
Auto generated PR to update dependencies.
This PR is generated by the Opdrachten Team Dependabot
branch: dependabot/${{ steps.variables.outputs.today }}
committer: Opdrachten Team Dependabot <opdrachten-team-dependabot@amsterdam.nl>
commit-message: ${{ steps.variables.outputs.title }}

- name: Check if SLACK_TOKEN exists
env:
Expand Down

0 comments on commit d7c8bb7

Please sign in to comment.