From 88b615b9bd74eb8ef7c2e0741a96f3eb9511ccd9 Mon Sep 17 00:00:00 2001 From: Kenichi Maehashi Date: Wed, 18 Sep 2024 02:33:10 +0000 Subject: [PATCH] fix syntax --- .github/workflows/rocm-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/rocm-ci.yml b/.github/workflows/rocm-ci.yml index 8e1022a..b73779c 100644 --- a/.github/workflows/rocm-ci.yml +++ b/.github/workflows/rocm-ci.yml @@ -32,7 +32,7 @@ jobs: sha: context.payload.client_payload.sha, state: 'pending', target_url: process.env.RUN_URL, - description: 'In progress' + description: 'In progress', context: context.payload.action, }) @@ -45,6 +45,7 @@ jobs: - run: sleep 300 + # Regenerate the token as the installation token expires in an hour. - name: Generate Token (Success/Failure) if: always() id: generate-token-post