Skip to content

D-081225: Test paths_modifed default value #61

D-081225: Test paths_modifed default value

D-081225: Test paths_modifed default value #61

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
id-token: write # This is required for requesting the JWT
contents: read # This is required for actions/checkout
jobs:
CI:
uses: harik8/sandbox/.github/workflows/rw-ci.yaml@D-081225

Check failure on line 17 in .github/workflows/main.yaml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/main.yaml (Line: 17, Col: 11): Input paths_modified is required, but not provided while calling.

Check failure on line 17 in .github/workflows/main.yaml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

error parsing called workflow ".github/workflows/main.yaml" -> "harik8/sandbox/.github/workflows/rw-ci.yaml@D-081225" (source branch with sha:1ed74b1c438f576aa6b778f77b0898e5ec488bad) : You have an error in your yaml syntax on line 18

Check failure on line 17 in .github/workflows/main.yaml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

error parsing called workflow ".github/workflows/main.yaml" -> "harik8/sandbox/.github/workflows/rw-ci.yaml@D-081225" (source branch with sha:1ed74b1c438f576aa6b778f77b0898e5ec488bad) : You have an error in your yaml syntax on line 18
with:
tag_latest: true
secrets:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}