From e026bb0a76346ed133760d00eedce16cbdf0f805 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Donncha=20=C3=93=20Cearbhaill?= Date: Sun, 21 May 2023 16:44:17 +0100 Subject: [PATCH] Fix path to script in workflow --- .github/workflows/update-ios-data.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-ios-data.yml b/.github/workflows/update-ios-data.yml index 1da39b6..f78d365 100644 --- a/.github/workflows/update-ios-data.yml +++ b/.github/workflows/update-ios-data.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-python@v4 - name: Run script to fetch latest iOS releases from Apple RSS feed. - run: python3 mvt/.github/workflows/scripts/update-ios-releases.py + run: python3 .github/workflows/scripts/update-ios-releases.py - name: Create Pull Request uses: peter-evans/create-pull-request@v5 with: