Change workflow internal job name

This commit is contained in:
2024-04-24 05:00:39 -05:00
parent 0ac915a865
commit 5ec8b1750e
3 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ permissions:
contents: write contents: write
jobs: jobs:
deploy: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:

View File

@@ -6,7 +6,7 @@ permissions:
contents: write contents: write
jobs: jobs:
deploy: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
permissions: permissions:

View File

@@ -13,7 +13,7 @@ permissions:
contents: write contents: write
jobs: jobs:
deploy: build:
runs-on: windows-latest runs-on: windows-latest
steps: steps: