diff --git a/.github/workflows/jira-evidence-example.yml b/.github/workflows/jira-evidence-example.yml index a21dc6f..805b37e 100644 --- a/.github/workflows/jira-evidence-example.yml +++ b/.github/workflows/jira-evidence-example.yml @@ -72,7 +72,7 @@ jobs: # Check if the second element matches the JIRA ID format if [[ $second_element =~ ^[A-Z]+-[0-9]+$ ]]; then echo "The second element is a valid JIRA ID: $second_element" - ./examples/jira-transition-example/bin/jira-transition-checker-linux-amd64 "Finance Approval" $second_element > predicate.json + ./examples/jira-transition-example/bin/jira-transition-checker-linux-amd64 "Done" $second_element > predicate.json # Attach evidence onto build using JFrog CLI jf evd create \ --build-name $GITHUB_WORKFLOW \ @@ -84,4 +84,4 @@ jobs: else echo "The second element is not a valid JIRA ID" - fi \ No newline at end of file + fi