Skip to content

Commit

Permalink
chore: Use `` in the shell is rendered as a command
Browse files Browse the repository at this point in the history
  • Loading branch information
YkeLit committed Apr 25, 2024
1 parent bd05d17 commit 5f6aae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fe-build-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ runs:
# TODO: This operation will be removed after `registry` cache type being used
- if: ${{ contains(fromJSON('["gha","local"]'), inputs.cache_type) }}
shell: bash
run: echo "::warning title=Will be removed cache type `gha` and `local`::Please change `cache_type` values to `registry`"
run: echo "::warning title=Will be removed cache type 'gha' and 'local'::Please change 'cache_type' values to 'registry'"

- name: Logout the custom registries
shell: bash
Expand Down

0 comments on commit 5f6aae7

Please sign in to comment.