Fix wrong image names in certain workflows

This commit is contained in:
Niels van Velzen
2021-02-25 08:50:37 +01:00
parent 8a9e9e0896
commit f7d4bc9bf4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ on:
jobs:
validate:
runs-on: ubuntu-ubuntu
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
@@ -7,7 +7,7 @@ on:
jobs:
triage:
runs-on: ubuntu-ubuntu
runs-on: ubuntu-latest
if: github.repository == 'jellyfin/jellyfin-android'
steps:
- uses: mschilde/auto-label-merge-conflicts@v2.0