Skip to content

Commit 2b3619b

Browse files
Check against true instead of absolute value (#149)
1 parent 6a960f3 commit 2b3619b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

release/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ runs:
224224
225225
226226
- name: Remove testing folder and update README.md to remove testing information from archive directory
227-
if: ${{ inputs.remove_tests }}
227+
if: ${{ inputs.remove_tests == true }}
228228
shell: bash
229229
env:
230230
ARCHIVE_DIR: ${{ github.event.repository.name }}

0 commit comments

Comments
 (0)