mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2025-12-21 13:23:14 +01:00
Refactor update-currencies workflow file
This commit is contained in:
3
.github/workflows/update-currencies.yml
vendored
3
.github/workflows/update-currencies.yml
vendored
@@ -41,7 +41,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
if: env.changed == 'true'
|
if: env.changed == 'true'
|
||||||
uses: peter-evans/create-pull-request@v7.0.8
|
uses: peter-evans/create-pull-request@v7.0.7
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
branch: update-currencies
|
branch: update-currencies
|
||||||
@@ -53,3 +53,4 @@ jobs:
|
|||||||
- name: No updates needed
|
- name: No updates needed
|
||||||
if: env.changed == 'false'
|
if: env.changed == 'false'
|
||||||
run: echo "✅ currencies.json is already up-to-date"
|
run: echo "✅ currencies.json is already up-to-date"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user