@aspruyt/xfg 4.0.1 → 4.0.2

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.
Files changed (2) hide show
  1. package/README.md +1 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -31,9 +31,8 @@ jobs:
31
31
  runs-on: ubuntu-latest
32
32
  steps:
33
33
  - uses: actions/checkout@v4
34
- - uses: anthony-spruyt/xfg@v3
34
+ - uses: anthony-spruyt/xfg@v4
35
35
  with:
36
- command: sync
37
36
  config: ./sync-config.yaml
38
37
  github-token: ${{ secrets.GH_PAT }} # PAT with repo scope for cross-repo access
39
38
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aspruyt/xfg",
3
- "version": "4.0.1",
3
+ "version": "4.0.2",
4
4
  "description": "Manage files, settings, and repositories across GitHub, Azure DevOps, and GitLab — declaratively, from a single YAML config",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",