Skip to content

Commit

Permalink
Merge pull request #111 from phunkyfish/workflow-sync-update
Browse files Browse the repository at this point in the history
Update sync github workflow
  • Loading branch information
aassif authored Feb 22, 2024
2 parents ef0b015 + 9a097af commit 17c1261
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync-addon-metadata-translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
steps:

- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: project

- name: Checkout sync_addon_metadata_translations repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: xbmc/sync_addon_metadata_translations
path: sync_addon_metadata_translations
Expand Down

0 comments on commit 17c1261

Please sign in to comment.