Commit Graph
1 Commits
Author SHA1 Message Date
C. Münker dc2f7b0dd9 Add a polling timeout (#50)
The property timeout-minutes in a GitHub step is not supported in composed actions. So the workaround to stop the waiting for finishing the sonar scan is not working in such cases.
To fix this issue, a polling timeout variable was introduced, which stops the waiting if the timeout is reached.
2024-08-30 10:37:47 +02:00