Skip to content

Commit c1a5c7a

Browse files
authored
Fix emoji used for command complete
1 parent 97978d4 commit c1a5c7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/operations.site.command.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: run command
3737
env:
38-
SUCCESS: ":check: Command complete"
38+
SUCCESS: ":white_check_mark: Command complete"
3939
ERROR: ":x: Command failed"
4040
SUMMARY: |
4141
- Root: `${{ inputs.working_directory }}`

0 commit comments

Comments
 (0)