Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/gradle/com.diffplug.spotless-spot…
Browse files Browse the repository at this point in the history
…less-plugin-gradle-6.18.0
  • Loading branch information
big-andy-coates committed Apr 16, 2023
2 parents 0dbe651 + 485904c commit 3591f30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ updates:
schedule:
interval: monthly


2 changes: 1 addition & 1 deletion .github/workflows/trigger-dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Create pull request
if: ${{ github.event.inputs.use-pr == 'true' }}
run: |
echo "Release version: $(gh pr create --title 'Trigger dependabot' --body 'PR created by the [${{ github.workflow }}](${{ github.event.workflow }}) workflow' --label 'chore')" >> $GITHUB_STEP_SUMMARY
echo "PR created: $(gh pr create --title 'Trigger dependabot' --body 'PR created by the [${{ github.workflow }}](${{ github.event.workflow }}) workflow, run [${{ github.run_id }}](https://github.com/creek-service/creek-release-test/actions/runs/${{ github.run_id }}).' --label 'chore')" >> $GITHUB_STEP_SUMMARY
env:
# Todo: comment about using PAT and link to docs.
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 3591f30

Please sign in to comment.