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 44fa639 commit 195c10dCopy full SHA for 195c10d
.github/workflows/push-tag-to-extensions.yml
@@ -1,6 +1,6 @@
1
---
2
name: Push new tagged version
3
-on:
+on: # yamllint disable-line rule:truthy
4
workflow_dispatch:
5
push:
6
# Pattern matched against refs/tags
.github/workflows/push-tag.yml
@@ -1,6 +1,7 @@
+# yamllint disable rule:line-length
name: Push tag to extension
workflow_call:
inputs:
7
repository:
0 commit comments