You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
0s
Run andstor/file-reader-action@v1
File contents:
# Runs a single command using the runners shell
- name: Run a one-line script
run: echo Hello, world!
# Runs a set of commands using the runners shell
- name: Run a multi-line script
run: |
echo Add other actions to build,
echo test, and deploy your project.
0s
Run echo "${ steps.read_file.outputs.contents }"
echo "${ steps.read_file.outputs.contents }"
shell: /bin/bash -e {0}
env:
variable1: variable1value
variable2: variable2value
/home/runner/work/_temp/f53ccea3-d9b6-44b2-8ad2-365da12687e7.sh: line 1: ${ steps.read_file.outputs.contents }: bad substitution
Error: Process completed with exit code 1.
The text was updated successfully, but these errors were encountered:
0s
Run andstor/file-reader-action@v1
File contents:
# Runs a single command using the runners shell
- name: Run a one-line script
run: echo Hello, world!
0s
Run echo "${ steps.read_file.outputs.contents }"
echo "${ steps.read_file.outputs.contents }"
shell: /bin/bash -e {0}
env:
variable1: variable1value
variable2: variable2value
/home/runner/work/_temp/f53ccea3-d9b6-44b2-8ad2-365da12687e7.sh: line 1: ${ steps.read_file.outputs.contents }: bad substitution
Error: Process completed with exit code 1.
The text was updated successfully, but these errors were encountered: