Skip to content

Commit

Permalink
chore(ci): fix outdated path in Metal sync job
Browse files Browse the repository at this point in the history
  • Loading branch information
ctreatma committed Sep 17, 2024
1 parent 7fe9aeb commit 74e41ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-metalv1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
if: ${{ always() && steps.patch.conclusion == 'success' }}
run: |
make -f Makefile.metalv1 generate
git add services/metalv1
git add equinix/services/metalv1
echo `git commit -m 'sync: generate client with ${{ steps.date.outputs.date }} spec'`
- name: Create Pull Request
id: cpr
Expand Down

0 comments on commit 74e41ca

Please sign in to comment.