Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1110ac2

Browse files
authored
Fixe Typo
github.ref-name should be github.ref_name perhttps://docs.github.com/en/actions/learn-github-actions/contexts#github-context
1 parentb0f121c commit1110ac2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎_docs/gitops-integrations/ci-integrations/github-actions.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,10 +201,10 @@ This example illustrates how to define the value for `CF_GIT_BRANCH` to report o
201201

202202

203203
Value:
204-
{% raw %}`${{ github.ref-name }}`{% endraw %}
204+
{% raw %}`${{ github.ref_name }}`{% endraw %}
205205

206206
where:
207-
* {% raw %}`${{ github.ref-name }}`{% endraw %} is the name of the target branch or tag. For example,`auth-feature-branch`.
207+
* {% raw %}`${{ github.ref_name }}`{% endraw %} is the name of the target branch or tag. For example,`auth-feature-branch`.
208208

209209

210210

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp