We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 775c7ef commit 86619b9Copy full SHA for 86619b9
1 file changed
.github/actions/pr-id/action.yml
@@ -34,6 +34,7 @@ runs:
34
if: github.event_name == 'pull_request'
35
shell: bash
36
run: |
37
+ mkdir -p /tmp/${{ inputs.artifact-name }}
38
echo ${{ github.event.number }} > /tmp/${{ inputs.artifact-name }}/id
39
40
- uses: actions/upload-artifact@v4
0 commit comments