Skip to content

fix: can not install linglong app from store.linglong.dev #7

fix: can not install linglong app from store.linglong.dev

fix: can not install linglong app from store.linglong.dev #7

Workflow file for this run

name: Call build-deb
on:
pull_request_target:
paths-ignore:
- ".github/workflows/**"
types: [ opened, closed, synchronize ]
concurrency:
group: ${{ github.workflow }}-pull/${{ github.event.number }}
cancel-in-progress: true
jobs:
check_job:
if: github.event.action != 'closed' || github.event.pull_request.merged
uses: deepin-community/.github/.github/workflows/build-deb.yml@release

Check failure on line 15 in .github/workflows/call-build-deb.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/call-build-deb.yml

Invalid workflow file

error parsing called workflow ".github/workflows/call-build-deb.yml" -> "deepin-community/.github/.github/workflows/build-deb.yml@release" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
secrets:
BridgeToken: ${{ secrets.BridgeToken }}