mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
lowercase
This commit is contained in:
parent
bcfbc02ded
commit
a4afd2efe6
4 changed files with 4 additions and 4 deletions
2
.github/workflows/build_container.yml
vendored
2
.github/workflows/build_container.yml
vendored
|
|
@ -55,7 +55,7 @@ jobs:
|
||||||
uses: myrotvorets/set-commit-status-action@v2.0.1
|
uses: myrotvorets/set-commit-status-action@v2.0.1
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
status: Pending
|
status: pending
|
||||||
context: ${{ env.JOB_NAME }}
|
context: ${{ env.JOB_NAME }}
|
||||||
sha: ${{ env.sha }}
|
sha: ${{ env.sha }}
|
||||||
targetUrl: ${{ steps.jobs.outputs.html_url }}
|
targetUrl: ${{ steps.jobs.outputs.html_url }}
|
||||||
|
|
|
||||||
2
.github/workflows/build_iso.yml
vendored
2
.github/workflows/build_iso.yml
vendored
|
|
@ -75,7 +75,7 @@ jobs:
|
||||||
uses: myrotvorets/set-commit-status-action@v2.0.1
|
uses: myrotvorets/set-commit-status-action@v2.0.1
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
status: Pending
|
status: pending
|
||||||
context: ${{ env.JOB_NAME }}
|
context: ${{ env.JOB_NAME }}
|
||||||
sha: ${{ env.sha }}
|
sha: ${{ env.sha }}
|
||||||
targetUrl: ${{ steps.jobs.outputs.html_url }}
|
targetUrl: ${{ steps.jobs.outputs.html_url }}
|
||||||
|
|
|
||||||
2
.github/workflows/test_deployment.yml
vendored
2
.github/workflows/test_deployment.yml
vendored
|
|
@ -71,7 +71,7 @@ jobs:
|
||||||
uses: myrotvorets/set-commit-status-action@v2.0.1
|
uses: myrotvorets/set-commit-status-action@v2.0.1
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
status: Pending
|
status: pending
|
||||||
context: ${{ env.JOB_NAME }}
|
context: ${{ env.JOB_NAME }}
|
||||||
sha: ${{ env.sha }}
|
sha: ${{ env.sha }}
|
||||||
targetUrl: ${{ steps.jobs.outputs.html_url }}
|
targetUrl: ${{ steps.jobs.outputs.html_url }}
|
||||||
|
|
|
||||||
2
.github/workflows/test_iso.yml
vendored
2
.github/workflows/test_iso.yml
vendored
|
|
@ -70,7 +70,7 @@ jobs:
|
||||||
uses: myrotvorets/set-commit-status-action@v2.0.1
|
uses: myrotvorets/set-commit-status-action@v2.0.1
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
status: Pending
|
status: pending
|
||||||
context: ${{ env.JOB_NAME }}
|
context: ${{ env.JOB_NAME }}
|
||||||
sha: ${{ env.sha }}
|
sha: ${{ env.sha }}
|
||||||
targetUrl: ${{ steps.jobs.outputs.html_url }}
|
targetUrl: ${{ steps.jobs.outputs.html_url }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue