We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b98eec commit 71bd361Copy full SHA for 71bd361
.github/scripts/action.yaml
@@ -50,7 +50,6 @@ runs:
50
--exclude=library_generation \
51
--exclude=tests \
52
hermetic_build "${GITHUB_WORKSPACE}"
53
- ls -l "${GITHUB_WORKSPACE}/hermetic_build"
54
- name: Copy shell script
55
shell: bash
56
run: |
@@ -60,7 +59,6 @@ runs:
60
59
61
62
cd "${GITHUB_WORKSPACE}"
63
- ls -l hermetic_build
64
pip install hermetic_build/common
65
pip install hermetic_build/release_note_generation
66
- name: Generate changed libraries
0 commit comments