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
38
38
CF_JIRA_INTEGRATION: "jira"
39
39
40
40
41
- " CF_GITHUB_TOKEN" : ${{ secrets.GIT_TOKEN }}
41
+ CF_GITHUB_TOKEN: ${{ secrets.GIT_TOKEN }}
42
42
43
43
#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"
47
47
48
48
#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"
51
51
uses: codefresh-io/csdp-report-image@0.0.46
52
52
53
53
```
You can’t perform that action at this time.
0 commit comments