summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2022-11-12 14:29:19 -0500
committerJacob Walls <jacobtylerwalls@gmail.com>2022-11-12 14:52:31 -0500
commitedbb74b76d8b5a8bba94f526b086aeab0a4516e2 (patch)
treecaa9d6c206ef384b2e8b0b07c5c6a4d70ca70b7d /.github
parent3cebdb69b3c560ad5c9afb5a0e68be3279e1234c (diff)
downloadpylint-git-edbb74b76d8b5a8bba94f526b086aeab0a4516e2.tar.gz
Preserve file name when copying commit string file in primer job
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/primer_run_pr.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/primer_run_pr.yaml b/.github/workflows/primer_run_pr.yaml
index cf8398d79..1123bbc11 100644
--- a/.github/workflows/primer_run_pr.yaml
+++ b/.github/workflows/primer_run_pr.yaml
@@ -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