Skip to content

Commit

Permalink
feat: Updated patch Paths for sync-fabricv4 yaml and sync yaml File (#18
Browse files Browse the repository at this point in the history
)
  • Loading branch information
cprivitere authored Aug 16, 2024
2 parents 601152b + b436f98 commit 0322689
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sync-fabricv4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
if: ${{ always() && steps.patch.conclusion == 'success' }}
run: |
make -f Makefile.fabricv4 generate
git add services/fabricv4
git add equinix/services/fabricv4
echo `git commit -m 'sync: generate client with ${{ steps.date.outputs.date }} spec'`
- name: Create Pull Request
id: cpr
Expand Down
2 changes: 1 addition & 1 deletion templates/.github/workflows/sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
if: ${{ always() && steps.patch.conclusion == 'success' }}
run: |
make -f Makefile.__PACKAGE_NAME__ generate
git add services/__PACKAGE_NAME__
git add equinix/services/__PACKAGE_NAME__
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 0322689

Please sign in to comment.