Skip to content

Commit

Permalink
fix: script location in action
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Hoß <[email protected]>
  • Loading branch information
sebhoss committed Nov 3, 2023
1 parent 349ae87 commit cf6d859
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/update-crds.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# SPDX-FileCopyrightText: The kube-custom-resources-rs Authors
# SPDX-License-Identifier: 0BSD

name: Check Upstream Options
name: Update CRDs
on:
schedule:
- cron: 53 15 * * FRI
workflow_dispatch:
jobs:
upstream:
name: Check Upstream Options
update:
name: Update CRDs
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -22,7 +22,7 @@ jobs:
- name: Fetch CRDs
run: cargo run --package crd-v1-fetcher
- name: Generate Code
run: generate.sh
run: ./generate.sh
- id: cpr
name: Create Pull Request
uses: peter-evans/create-pull-request@v5
Expand Down

0 comments on commit cf6d859

Please sign in to comment.