We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
reproduce.yml
1 parent 1812002 commit d65ac7bCopy full SHA for d65ac7b
.github/workflows/reproduce.yml
@@ -40,7 +40,6 @@ jobs:
40
find . -name "${{ env.CODE_FILES }}" -exec sh -c "grep '\- name\:.*' {} | python {}" \;
41
42
- name: Obtain commit hash and time
43
- shell: bash
44
run: |
45
echo "sha_short=$(git rev-parse --short "$GITHUB_SHA")" >> "$GITHUB_ENV"
46
echo "build_time=$(date +'%Y-%m-%d at %H:%M:%S UTC')" >> $GITHUB_ENV
0 commit comments