@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,21 @@
1
+ # yaml-language-server: $schema=https://json.schemastore.org/github-action.json
2
+
3
+ name: Setup Pages
4
+
5
+ author: liblaf
6
+
7
+ description: Setup Pages
8
+
9
+ inputs:
10
+ repository:
11
+ description: Repository name with owner
12
+ required: false
13
+ default: ${{ github.repository }}
14
+ token:
15
+ description: GitHub token
16
+ required: false
17
+ default: ${{ github.token }}
18
+
19
+ runs:
20
+ using: node24
21
+ main: src/index.js