mirror of
https://github.com/tenrok/axios.git
synced 2026-06-05 16:42:32 +03:00
chore(ci): update github actions; (#6889)
This commit is contained in:
@@ -14,6 +14,12 @@ jobs:
|
||||
pull-requests: write
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Set PR number
|
||||
id: set-pr
|
||||
run: |
|
||||
echo "Using PR number: ${{ github.event.inputs.prs || github.event.pull_request.number }}"
|
||||
echo "pr=${{ github.event.inputs.prs || github.event.pull_request.number }}" >> $GITHUB_OUTPUT
|
||||
|
||||
- uses: actions/labeler@v5
|
||||
with:
|
||||
pr-number: github.event.inputs.prs
|
||||
pr-number: ${{ steps.set-pr.outputs.pr }}
|
||||
|
||||
Reference in New Issue
Block a user