Skip to content

Commit b6af388

Browse files
committed
fixed typo
1 parent 18eff88 commit b6af388

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/dockerpush.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
name: lockfiles_test_6_1_ruby_3_0
1717
path: |
18-
./ci/artifcats/yarn.lock
18+
./ci/artifacts/yarn.lock
1919
./ci/artifacts/Gemfile.lock
2020
test_6_1_ruby_2_7:
2121
runs-on: ubuntu-latest
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
name: lockfiles_test_6_1_ruby_2_7
3131
path: |
32-
./ci/artifcats/yarn.lock
32+
./ci/artifacts/yarn.lock
3333
./ci/artifacts/Gemfile.lock
3434
test_6_0_ruby_2_6:
3535
runs-on: ubuntu-latest
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
name: lockfiles_test_6_0_ruby_2_6
4545
path: |
46-
./ci/artifcats/yarn.lock
46+
./ci/artifacts/yarn.lock
4747
./ci/artifacts/Gemfile.lock
4848
test_5_2_ruby_2_6:
4949
runs-on: ubuntu-latest
@@ -57,5 +57,5 @@ jobs:
5757
with:
5858
name: lockfiles_test_5_2_ruby_2_6
5959
path: |
60-
./ci/artifcats/yarn.lock
60+
./ci/artifacts/yarn.lock
6161
./ci/artifacts/Gemfile.lock

0 commit comments

Comments
 (0)