Skip to content

Commit

Permalink
Investigate
Browse files Browse the repository at this point in the history
  • Loading branch information
dvacca-onfido committed Sep 4, 2024
1 parent b43e14d commit 9e73bc4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-specs-and-client-libraries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,10 @@ jobs:
env:
ONFIDO_OPENAPI_SPEC_FOLDER: .
run: |
ls -lh .* .*/*
chmod +x shell/sync-lib.sh
shell/sync-lib.sh $(echo ${{ matrix.git_repo_id }} | sed 's/^onfido-//') ${{ matrix.generator }}
ls -lh .* .*/*
- name: Update release file and lint .md files as needed
if: ${{ matrix.update }}
run: |
Expand Down

0 comments on commit 9e73bc4

Please sign in to comment.