Skip to content

Commit

Permalink
Preserve file name when copying commit string file in primer job
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtylerwalls committed Nov 12, 2022
1 parent 3cebdb6 commit edbb74b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/primer_run_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
- name: Copy and unzip the commit string
run: |
unzip primer_commitstring.zip
cp commit_string_${{ matrix.python-version }}.txt tests/.pylint_primer_tests/commit_string.txt
cp commit_string_${{ matrix.python-version }}.txt tests/.pylint_primer_tests/commit_string_${{ matrix.python-version }}.txt
- name: Unzip the output of 'main'
run: unzip primer_output_main.zip
- name: Get commit string
Expand Down

0 comments on commit edbb74b

Please sign in to comment.