Skip to content

Commit d65ac7b

Browse files
committed
remove unused option in reproduce.yml
1 parent 1812002 commit d65ac7b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/reproduce.yml

-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ jobs:
4040
find . -name "${{ env.CODE_FILES }}" -exec sh -c "grep '\- name\:.*' {} | python {}" \;
4141
4242
- name: Obtain commit hash and time
43-
shell: bash
4443
run: |
4544
echo "sha_short=$(git rev-parse --short "$GITHUB_SHA")" >> "$GITHUB_ENV"
4645
echo "build_time=$(date +'%Y-%m-%d at %H:%M:%S UTC')" >> $GITHUB_ENV

0 commit comments

Comments
 (0)