Skip to content

Commit 112c6e7

Browse files
authored
Consume cap-js/cf-setup from GitHub marketplace (#51)
* Delete .github/actions directory * Update cf-setup action to use cap-js repository
1 parent f08614f commit 112c6e7

File tree

2 files changed

+1
-54
lines changed

2 files changed

+1
-54
lines changed

.github/actions/cf-setup/action.yaml

Lines changed: 0 additions & 53 deletions
This file was deleted.

.github/workflows/cf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/setup-node@v5
3434
with:
3535
node-version: 22
36-
- uses: ./.github/actions/cf-setup
36+
- uses: cap-js/cf-setup@v1
3737
with:
3838
cf-api: ${{ vars.CF_API }}
3939
cf-org: ${{ vars.CF_ORG }}

0 commit comments

Comments
 (0)