Merge pull request #796 from kiwix/fix_trigger_workflow

Fix OS_NAME for Trigger_Docker job in CD
This commit is contained in:
Kelson 2024-12-20 09:05:43 +01:00 committed by GitHub
commit f7027cbf96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -306,7 +306,7 @@ jobs:
runs-on: ubuntu-22.04
env:
COMPILE_CONFIG: native_static
OS_NAME: linux
OS_NAME: focal
steps:
- name: Checkout code
uses: actions/checkout@v4