Skip to content

Commit

Permalink
Merge pull request #174 from phunkyfish/workflow-sync-update
Browse files Browse the repository at this point in the history
Update sync github workflow
  • Loading branch information
phunkyfish authored Feb 13, 2024
2 parents 2380b6f + 42687c1 commit 9a8bde5
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 9a8bde5

Please sign in to comment.