From 6c55cc50bd072630cbfd2194505edad8d6181acc Mon Sep 17 00:00:00 2001 From: Dawid L Jablonski Date: Fri, 31 Mar 2023 10:14:27 +0200 Subject: [PATCH] [ci:force] --- .github/workflows/pull-request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 947ceaa040..47b97611ae 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -137,10 +137,10 @@ jobs: - name: Get PR number if: ${{ github.event_name != 'schedule' }} - uses: kamatama41/get-pr-number-action@5c77b38a1b4974ebf8a9521a689f38a5898eadd6 + uses: kamatama41/get-pr-number-action@5c77b38a1b4974ebf8a9521a689f38a5898eadd6@v0 id: action with: - github-token: ${{ secrets.GITHUB_TOKEN }} + github_token: ${{ secrets.GITHUB_TOKEN }} - name: show pr number shell: bash