Skip to content

Commit

Permalink
README to root dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Slavko Rihtaric committed Jul 4, 2024
1 parent 3f1ab07 commit 7fb0fc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/generate_sdk_code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
run: |
java --version
java -jar ${{ runner.temp }}/openapi-generator-cli.jar generate -i ${{ runner.temp }}/openapispec/openapi.yml -g csharp -o ./src -c ${{ runner.temp }}/${{ env.CONFIG_FILE }} --skip-validate-spec
cp ./src/README.md ./README.md
- name: Create Pull Request
id: cpr
Expand Down

0 comments on commit 7fb0fc1

Please sign in to comment.