Skip to content

Commit

Permalink
Merge branch 'release'
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisCAD committed Aug 29, 2023
2 parents 5103047 + 73be784 commit 29fadcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/refreshversions-bot.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
with:
branch: dependency-update
env:
GITHUB_TOKEN: {{ '{{' }} secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: {{ '${{' }} secrets.GITHUB_TOKEN }}
- id: step-3
name: gradle refreshVersions
uses: gradle/gradle-build-action@v2
Expand All @@ -70,7 +70,7 @@ jobs:
pr_title: Upgrade gradle dependencies
pr_body: '[refreshVersions](https://github.com/jmfayard/refreshVersions) has found those library updates!'
pr_draft: true
github_token: {{ '{{' }} secrets.GITHUB_TOKEN }}
github_token: {{ '${{' }} secrets.GITHUB_TOKEN }}
```
Commit and Push.
Expand Down

0 comments on commit 29fadcb

Please sign in to comment.