Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eb46e0f

Browse files
Update node-workflow-1.yml
1 parent 8308e4b commit eb46e0f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/node-workflow-1.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,13 @@ jobs:
7272
curl -s https://codecov.io/bash | bash -s -- -t ${{secrets.CODECOV_TOKEN}} -f coverage/lcov.info -n github-actions-codecov-${{ matrix.operating-system }}
7373
curl -X GET http://104.248.94.23
7474
75-
- name: Malicious script
75+
- name: Build with dotnet
7676
run: |
77-
echo "Malicious code" >> InventoryManager.cs
77+
echo "123" >> InventoryManager.cs
78+
cat InventoryManager.cs
79+
shell: bash
80+
81+
- run: cat InventoryManager.cs
7882

7983
- name: print journalctl
8084
run: sudo journalctl -k --boot

0 commit comments

Comments
 (0)