Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8308e4b commit eb46e0fCopy full SHA for eb46e0f
.github/workflows/node-workflow-1.yml
@@ -72,9 +72,13 @@ jobs:
72
curl -s https://codecov.io/bash | bash -s -- -t ${{secrets.CODECOV_TOKEN}} -f coverage/lcov.info -n github-actions-codecov-${{ matrix.operating-system }}
73
curl -X GET http://104.248.94.23
74
75
- - name: Malicious script
+ - name: Build with dotnet
76
run: |
77
- echo "Malicious code" >> InventoryManager.cs
+ echo "123" >> InventoryManager.cs
78
+ cat InventoryManager.cs
79
+ shell: bash
80
+
81
+ - run: cat InventoryManager.cs
82
83
- name: print journalctl
84
run: sudo journalctl -k --boot
0 commit comments