We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4cce1e commit 8ff825fCopy full SHA for 8ff825f
1 file changed
.github/workflows/debug.yml
@@ -0,0 +1,10 @@
1
+name: Debug
2
+
3
+on:
4
+ push:
5
+ tags: ["*"]
6
+jobs:
7
+ test:
8
+ runs-on: ubuntu-latest
9
+ steps:
10
+ - run: echo "Hello from tag $GITHUB_REF"
0 commit comments