Skip to content

Commit

Permalink
remove unused option in reproduce.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FMatti committed Jan 7, 2024
1 parent 1812002 commit d65ac7b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/reproduce.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
find . -name "${{ env.CODE_FILES }}" -exec sh -c "grep '\- name\:.*' {} | python {}" \;
- name: Obtain commit hash and time
shell: bash
run: |
echo "sha_short=$(git rev-parse --short "$GITHUB_SHA")" >> "$GITHUB_ENV"
echo "build_time=$(date +'%Y-%m-%d at %H:%M:%S UTC')" >> $GITHUB_ENV
Expand Down

0 comments on commit d65ac7b

Please sign in to comment.