Skip to content

Update github.com/openshift/hypershift/api digest to 80cffd2 #12

Update github.com/openshift/hypershift/api digest to 80cffd2

Update github.com/openshift/hypershift/api digest to 80cffd2 #12

Workflow file for this run

name: Pull Request
on:
pull_request:
branches:
- main
- release
paths-ignore:
- '*.md'
- 'docs/'
- 'examples/'
- 'hack/'
jobs:
operator-pull-request:
name: Operator Pull Request
# uses: stakater/.github/.github/workflows/operator_pull_request.yaml@main
uses: ./base_pr.yaml.yaml@main

Check failure on line 18 in .github/workflows/pull_request.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/pull_request.yaml

Invalid workflow file

invalid value workflow reference: references to workflows must be rooted in '.github/workflows'
secrets:
CONTAINER_REGISTRY_URL: ghcr.io/stakater
CONTAINER_REGISTRY_USERNAME: stakater-user
CONTAINER_REGISTRY_PASSWORD: ${{ secrets.GHCR_TOKEN }}
SLACK_WEBHOOK_URL: ${{ secrets.STAKATER_DELIVERY_SLACK_WEBHOOK }}
with:
GOLANG_VERSION: ~1.21
DOCKERFILE_PATH: Dockerfile
GOLANG_CI_LINT_VERSION: v1.53.3
Run_GOLANG_CI_LINT: false
RUN_GOLANG_TESTS: false
OPERATOR_SDK_VERSION: v1.36.1