Skip to content

Commit cfc55fd

Browse files
committed
DISPLAY-986: Minor text fixes
1 parent 4ff338c commit cfc55fd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/github_build_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
docker compose run --rm phpfpm composer clear-cache
2626
rm -rf infrastructure
2727
28-
- name: Make artefacts dir
28+
- name: Make assets dir
2929
run: |
3030
mkdir -p ../assets
3131

.github/workflows/os2display_docker_build_develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- 'develop'
66

77
# This Action builds to os2display/* using ./infrastructure/os2display/*
8-
name: OS2 - Build docker image (develop)
8+
name: OS2display - Build docker image (develop)
99

1010
jobs:
1111
docker:

.github/workflows/os2display_docker_build_tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- '*'
66

77
# This Action builds to os2display/* using ./infrastructure/os2display/*
8-
name: OS2 - Build docker image (tag)
8+
name: OS2display - Build docker image (tag)
99

1010
jobs:
1111
docker:

0 commit comments

Comments
 (0)