Skip to content

Try installing Embulk #17

Try installing Embulk

Try installing Embulk #17

name: Input with PostgreSQL
on:
pull_request:
push:
schedule:
- cron: "0 18 * * *" # 3am in Asia/Tokyo
jobs:
download:
uses: ./.github/workflows/install-embulk.yml

Check failure on line 9 in .github/workflows/input-postgresql.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/input-postgresql.yml

Invalid workflow file

error parsing called workflow ".github/workflows/input-postgresql.yml" -> "./.github/workflows/install-embulk.yml" : failed to fetch workflow: workflow was not found.
with:
version: "0.11.4"
check:
runs-on: ubuntu-latest
# push: always run.
# pull_request: run only when the PR is submitted from a forked repository, not within this repository.
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v4
- name: Set up OpenJDK 8
uses: actions/setup-java@v4
with:
java-version: 8
distribution: "temurin"
- uses: ./.github/actions/install-embulk
with:
version: "0.11.4"