mirror of
https://github.com/sockspls/badfish
synced 2025-04-30 00:33:09 +00:00
Fix action deprecation warning for dev-drprasad
closes https://github.com/official-stockfish/Stockfish/pull/4914 No functional change
This commit is contained in:
parent
cdfafb3426
commit
9fc064e872
1 changed files with 1 additions and 2 deletions
3
.github/workflows/stockfish.yml
vendored
3
.github/workflows/stockfish.yml
vendored
|
@ -30,8 +30,7 @@ jobs:
|
||||||
if: env.COMMIT_SHA != 'null'
|
if: env.COMMIT_SHA != 'null'
|
||||||
with:
|
with:
|
||||||
tag_name: ${{ env.COMMIT_SHA }}
|
tag_name: ${{ env.COMMIT_SHA }}
|
||||||
env:
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
|
|
||||||
Analyzers:
|
Analyzers:
|
||||||
uses: ./.github/workflows/stockfish_analyzers.yml
|
uses: ./.github/workflows/stockfish_analyzers.yml
|
||||||
|
|
Loading…
Add table
Reference in a new issue