We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84b9cc1 commit 7ca9cadCopy full SHA for 7ca9cad
2 files changed
.github/workflows/typescript-client-gen.yml
@@ -31,7 +31,6 @@ jobs:
31
current_sha=$(cat DO_OPENAPI_COMMIT_SHA.txt)
32
echo "current_sha=$current_sha" >> $GITHUB_ENV
33
target_sha=${TARGET_SHA}
34
- echo "target_sha" >> target_sha
35
scripts/openapi_changelist.sh $current_sha $target_sha > changelist.md
36
37
- name: Removes all generated code
target_sha
0 commit comments