We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da25268 commit a2a6381Copy full SHA for a2a6381
1 file changed
.github/workflows/test.yml
@@ -82,7 +82,7 @@ jobs:
82
83
- name: Remove workspace
84
shell: bash
85
- run: rm ${GIT_WORKSPACE}/workspace.toml
+ run: echo > ${GIT_WORKSPACE}/workspace.toml
86
87
- name: git-workspace archive
88
uses: actions-rs/cargo@v1
0 commit comments