Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
kmaehashi committed Sep 18, 2024
1 parent cc3e909 commit 88b615b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rocm-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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,
})
Expand All @@ -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
Expand Down

0 comments on commit 88b615b

Please sign in to comment.