Skip to content

Commit

Permalink
Merge pull request #77 from Ken-Tucker/vb2ae-patch-4
Browse files Browse the repository at this point in the history
  • Loading branch information
vb2ae authored Jan 3, 2025
2 parents de1736d + 0365118 commit 8b269f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
id: get-run-id
run: |
REPO_NAME="${{ github.repository }}"
WF_NAME="dotnet-core.yml"
WF_NAME="dotnet.yml"
RUN_ID=`gh run --repo ${REPO_NAME} list --workflow ${WF_NAME} --json databaseId --jq .[0].databaseId`
echo "Detected latest run id of ${RUN_ID} for workflow ${WF_NAME}"
echo "run-id=${RUN_ID}" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit 8b269f8

Please sign in to comment.