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 4f949de commit 9198691Copy full SHA for 9198691
.github/workflows/test.yml
@@ -0,0 +1,11 @@
1
+name: GitHub Actions Demo
2
+
3
+on:
4
+ - push
5
6
+jobs:
7
+ Explore-GitHub-Actions:
8
+ runs-on: ubuntu-latest
9
+ steps:
10
+ - run: |
11
+ echo coverage-Linux-vim-stable.xml | sed 's/^\\(\\(coverage\\)-\\(.*\\)\\.xml$/\\3=\\1/g'
0 commit comments