We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ddbaa3 commit db741b3Copy full SHA for db741b3
.github/workflows/pr-builder.yml
@@ -45,7 +45,7 @@ jobs:
45
value: "${{steps.version.outputs.major}}.${{steps.version.outputs.minor}}.${{steps.version.outputs.patch}}-dev"
46
- uses: actions/upload-artifact@v2
47
with:
48
- name: "${{ github.base_ref }}-${{ github.run_id }}"
+ name: "PR-${{github.event.number}}"
49
path: |
50
${{ github.workspace }}/**/*
51
!.git*
0 commit comments