Skip to content

Commit 3307a0e

Browse files
Update README.md
1 parent 050c07d commit 3307a0e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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
```

0 commit comments

Comments
 (0)