Skip to content

Fix workflow msix apk 16858386767569777702 #1240

Fix workflow msix apk 16858386767569777702

Fix workflow msix apk 16858386767569777702 #1240

Workflow file for this run

name: CI
on:
pull_request:
paths-ignore:
- '**.md'
- 'docs/**'
- 'test.configs/**'
- '.vscode/'
- 'appcast.xml'
push:
branches:
- main
- dev
- android-fix-action-bug
- new-design-v2
paths-ignore:
- '**.md'
- 'docs/**'
- '.vscode/'
- 'appcast.xml'
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
run:
uses: ./.github/workflows/build.yml

Check failure on line 28 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

error parsing called workflow ".github/workflows/ci.yml" -> "./.github/workflows/build.yml" : (Line: 122, Col: 13): Unrecognized named-value: 'secrets'. Located at position 60 within expression: inputs.upload-artifact && startsWith(matrix.os,'macos') && secrets.APPLE_CERTIFICATE_P12 != '', (Line: 129, Col: 13): Unrecognized named-value: 'secrets'. Located at position 60 within expression: inputs.upload-artifact && startsWith(matrix.os,'macos') && secrets.APPLE_MOBILE_PROVISIONING_PROFILES_TARGZ_BASE64 != '', (Line: 504, Col: 13): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.APPLE_UPLOAD_CERTIFICATE_P12 != '', (Line: 510, Col: 13): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.APPSTORE_ISSUER_ID != '', (Line: 517, Col: 13): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.APPSTORE_ISSUER_ID != '', (Line: 527, Col: 13): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.APPLE_DIST_PROVISIONING_PROFILES_TARGZ_BASE64 != '', (Line: 534, Col: 13): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.APPSTORE_ISSUER_ID != ''
secrets: inherit
permissions: write-all
if: "${{!contains(github.event.head_commit.message, 'release: version')}}"
with:
upload-artifact: ${{ github.event_name == 'push' }}