Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
build: switch order
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Kotzbauer <christian.kotzbauer@gmail.com>
  • Loading branch information
ckotzbauer committed May 21, 2021
1 parent e03aed3 commit 4fabac0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update-k8s-deprecations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ jobs:
with:
go-version: '1.16'

- name: Generate
run: make generate_k8s_deprecations

- uses: actions/checkout@v2
name: Checkout kubernetes/api
with:
repository: kubernetes/api
ref: master
path: tools/api-lifecycle-gen/api-repo

- name: Generate
run: make generate_k8s_deprecations

- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
with:
Expand Down

0 comments on commit 4fabac0

Please sign in to comment.