mirror of
https://github.com/vcmi/vcmi.git
synced 2025-01-14 02:33:51 +02:00
Merge pull request #3493 from vcmi/dependabot/github_actions/octokit/request-action-2.1.9
Bump octokit/request-action from 2.1.0 to 2.1.9
This commit is contained in:
commit
7b4a4319c1
4
.github/workflows/github.yml
vendored
4
.github/workflows/github.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
||||
id: get_repo_name
|
||||
run: echo "::set-output name=value::${GITHUB_REPOSITORY#*/}"
|
||||
- name: Get last successful build for ${{ github.sha }}
|
||||
uses: octokit/request-action@v2.1.0
|
||||
uses: octokit/request-action@v2.1.9
|
||||
id: get_last_scheduled_run
|
||||
with:
|
||||
route: GET /repos/{owner}/{repo}/actions/runs
|
||||
@ -50,7 +50,7 @@ jobs:
|
||||
fi
|
||||
- name: Cancel current run
|
||||
if: steps.check_if_built.outputs.skip_build == 1
|
||||
uses: octokit/request-action@v2.1.0
|
||||
uses: octokit/request-action@v2.1.9
|
||||
with:
|
||||
route: POST /repos/{owner}/{repo}/actions/runs/{run_id}/cancel
|
||||
owner: ${{ github.repository_owner }}
|
||||
|
Loading…
Reference in New Issue
Block a user