We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents de1736d + 0365118 commit 8b269f8Copy full SHA for 8b269f8
.github/workflows/deploy.yml
@@ -27,7 +27,7 @@ jobs:
27
id: get-run-id
28
run: |
29
REPO_NAME="${{ github.repository }}"
30
- WF_NAME="dotnet-core.yml"
+ WF_NAME="dotnet.yml"
31
RUN_ID=`gh run --repo ${REPO_NAME} list --workflow ${WF_NAME} --json databaseId --jq .[0].databaseId`
32
echo "Detected latest run id of ${RUN_ID} for workflow ${WF_NAME}"
33
echo "run-id=${RUN_ID}" >> "$GITHUB_OUTPUT"
0 commit comments