Skip to content

Commit e6b6345

Browse files
committed
Final Correction to Push Workflow Actions
1 parent 2cc0d8f commit e6b6345

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/first_action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
task_var: "This is a step environment (tasks) variable"
3434
3535
36-
# - uses: actions/checkout@v1
37-
# - run: ls -la
36+
- uses: actions/checkout@v1
37+
- run: ls -la
3838
# - run: python3 --version
3939
# - run: python3 uravnenie.py
4040

0 commit comments

Comments
 (0)