We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 050c07d commit 3307a0eCopy full SHA for 3307a0e
README.md
@@ -38,16 +38,16 @@ Commit that resulted in the image being built
38
CF_JIRA_INTEGRATION: "jira"
39
40
41
- "CF_GITHUB_TOKEN": ${{ secrets.GIT_TOKEN }}
+ CF_GITHUB_TOKEN: ${{ secrets.GIT_TOKEN }}
42
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"
+ CF_GIT_PROVIDER: "github"
+ CF_GIT_REPO: "idan-codefresh/example-github-action-use-csdp-report-image"
+ CF_GIT_BRANCH: "main"
47
48
#Jira issues that match
49
- "CF_JIRA_MESSAGE": "CR-12293"
50
- "CF_JIRA_PROJECT_PREFIX": "CR"
+ CF_JIRA_MESSAGE: "CR-12293"
+ CF_JIRA_PROJECT_PREFIX: "CR"
51
uses: codefresh-io/[email protected]
52
53
```
0 commit comments