Skip to content

filebrowser: fix warning -Wincompatible-pointer-types #223

filebrowser: fix warning -Wincompatible-pointer-types

filebrowser: fix warning -Wincompatible-pointer-types #223

Workflow file for this run

name: reusing workflow
on:
push:
branches: [ "*" ]
pull_request:
branches: [ "*" ]
workflow_dispatch:
jobs:
docker_testing:
uses: cafe-desktop/cafe-common/.github/workflows/main.yml@testdistro
with:
image_name: lapiz
tag: $GITHUB_RUN_NUMBER
secrets:
DOCKER_HUB_USERNAME: ${{ secrets.DOCKER_HUB_USERNAME }}
DOCKER_HUB_ACCESS_TOKEN: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
DOCKER_HUB_DISTRO: debian:testing
GH_PAGES_DEPLOY: true

Check failure on line 21 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / reusing workflow

Invalid workflow file

The workflow is not valid. .github/workflows/main.yml (Line: 21, Col: 24): Invalid secret, GH_PAGES_DEPLOY is not defined in the referenced workflow.
docker_sid:
uses: cafe-desktop/cafe-common/.github/workflows/main.yml@testdistro
with:
image_name: lapiz
tag: $GITHUB_RUN_NUMBER
secrets:
DOCKER_HUB_USERNAME: ${{ secrets.DOCKER_HUB_USERNAME }}
DOCKER_HUB_ACCESS_TOKEN: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
DOCKER_HUB_DISTRO: debian:sid
GH_PAGES_DEPLOY: false