File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -38,16 +38,16 @@ Commit that resulted in the image being built
3838 CF_JIRA_INTEGRATION: "jira"
3939
4040
41- " CF_GITHUB_TOKEN" : ${{ secrets.GIT_TOKEN }}
41+ CF_GITHUB_TOKEN: ${{ secrets.GIT_TOKEN }}
4242
4343 #Github metadata
44- " CF_GIT_PROVIDER" : "github"
45- " CF_GIT_REPO" : "idan-codefresh/example-github-action-use-csdp-report-image"
46- " CF_GIT_BRANCH" : "main"
44+ CF_GIT_PROVIDER: "github"
45+ CF_GIT_REPO: "idan-codefresh/example-github-action-use-csdp-report-image"
46+ CF_GIT_BRANCH: "main"
4747
4848 #Jira issues that match
49- " CF_JIRA_MESSAGE" : "CR-12293"
50- " CF_JIRA_PROJECT_PREFIX" : "CR"
49+ CF_JIRA_MESSAGE: "CR-12293"
50+ CF_JIRA_PROJECT_PREFIX: "CR"
5151 uses: codefresh-io/csdp-report-image@0.0.46
5252
5353 ```
You can’t perform that action at this time.
0 commit comments