Skip to content

Commit 8b269f8

Browse files
authored
Merge pull request #77 from Ken-Tucker/vb2ae-patch-4
2 parents de1736d + 0365118 commit 8b269f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
id: get-run-id
2828
run: |
2929
REPO_NAME="${{ github.repository }}"
30-
WF_NAME="dotnet-core.yml"
30+
WF_NAME="dotnet.yml"
3131
RUN_ID=`gh run --repo ${REPO_NAME} list --workflow ${WF_NAME} --json databaseId --jq .[0].databaseId`
3232
echo "Detected latest run id of ${RUN_ID} for workflow ${WF_NAME}"
3333
echo "run-id=${RUN_ID}" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)