Skip to content

Update dependency etesync/server to v0.13.1 #13

Update dependency etesync/server to v0.13.1

Update dependency etesync/server to v0.13.1 #13

Workflow file for this run

---
name: (Pull Request) Check new Etebase versions
on:
pull_request:
branches:
- master
paths:
- "server_version"
jobs:
pr-version-base:
uses: ./.github/workflows/call_pr_check_build.yml

Check failure on line 13 in .github/workflows/pr-version.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pr-version.yml

Invalid workflow file

error parsing called workflow ".github/workflows/pr-version.yml" -> "./.github/workflows/call_pr_check_build.yml" : failed to fetch workflow: workflow was not found.
with:
flavor: "base"
pr-version-slim:
uses: ./.github/workflows/call_pr_check_build.yml
with:
flavor: "slim"
pr-version-alpine:
uses: ./.github/workflows/call_pr_check_build.yml
with:
flavor: "alpine"