mirror of
https://github.com/actions/runner.git
synced 2025-12-12 15:13:30 +00:00
Remove unused variable
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -241,8 +241,6 @@ jobs:
|
|||||||
steps.cache-restore-osx-arm64.outputs.cache-hit == 'true'
|
steps.cache-restore-osx-arm64.outputs.cache-hit == 'true'
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
Environments=( "linux-x64" "linux-arm64" "linux-arm" "win-x64" "win-arm64" "osx-x64" "osx-arm64" )
|
|
||||||
|
|
||||||
git config --global user.name "github-actions[bot]"
|
git config --global user.name "github-actions[bot]"
|
||||||
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
||||||
git commit -a -m "Update computed hashes"
|
git commit -a -m "Update computed hashes"
|
||||||
|
|||||||
Reference in New Issue
Block a user