пытаюсь заставить экшн отобразиться в каталоге

This commit is contained in:
Serafim Urukov 2021-10-29 22:03:16 +03:00
parent f685e2de88
commit d0dc56f2ad

View File

@ -24,8 +24,8 @@ jobs:
- name: Run a one-line script - name: Run a one-line script
run: echo Hello, world! run: echo Hello, world!
# Runs a set of commands using the runners shell # # Runs a set of commands using the runners shell
- name: Run a multi-line script # - name: Run a multi-line script
run: | # run: |
echo Add other actions to build, # echo Add other actions to build,
echo test, and deploy your project. # echo test, and deploy your project.