@liblaf/actions 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,29 @@
1
+ # yaml-language-server: $schema=https://json.schemastore.org/github-action.json
2
+
3
+ name: Ruleset Import
4
+
5
+ author: liblaf
6
+
7
+ description: Ruleset import
8
+
9
+ inputs:
10
+ name:
11
+ description: source repository ruleset ID
12
+ required: false
13
+ default: main
14
+ source-repository:
15
+ description: source repository
16
+ required: false
17
+ default: ${{ github.repository_owner }}/.github
18
+ target-repository:
19
+ description: target repository
20
+ required: false
21
+ default: ${{ github.repository }}
22
+ token:
23
+ description: GitHub token
24
+ required: false
25
+ default: ${{ github.token }}
26
+
27
+ runs:
28
+ using: node24
29
+ main: src/index.js