Skip to content

Commit 1e99e52

Browse files
committed
change org from spacelift-io to spacelift-flows-apps
1 parent 2467666 commit 1e99e52

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,18 @@ jobs:
2121
strategy:
2222
matrix:
2323
app: ${{ fromJSON(needs.generate-matrix.outputs.apps) }}
24-
uses: spacelift-io/flows-community-registry/.github/workflows/build-app-version.yml@main
24+
uses: spacelift-flows-apps/flows-community-registry/.github/workflows/build-app-version.yml@main
2525
with:
2626
working-directory: generated/${{ matrix.app }}
2727

2828
# upload:
2929
# name: Upload artifact
3030
# needs: build
3131
# secrets: inherit
32-
# uses: spacelift-io/flows-core-registry/.github/workflows/upload-app-version.yml@main
32+
# uses: spacelift-flows-apps/flows-core-registry/.github/workflows/upload-app-version.yml@main
3333

3434
# index:
3535
# name: Index app versions
3636
# needs: upload
3737
# secrets: inherit
38-
# uses: spacelift-io/flows-core-registry/.github/workflows/index-app-versions.yml@main
38+
# uses: spacelift-flows-apps/flows-core-registry/.github/workflows/index-app-versions.yml@main

.github/workflows/deploy-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,5 +98,5 @@ jobs:
9898
cd ..
9999
mv ${{ inputs.app_name }} gcp-api-${{ inputs.app_name }}
100100
cd gcp-api-${{ inputs.app_name }}
101-
curl -o index-app-versions.cjs https://raw.githubusercontent.com/spacelift-io/flows-core-registry/refs/heads/main/.github/scripts/index-app-versions.cjs
101+
curl -o index-app-versions.cjs https://raw.githubusercontent.com/spacelift-flows-apps/flows-core-registry/refs/heads/main/.github/scripts/index-app-versions.cjs
102102
node index-app-versions.cjs

0 commit comments

Comments
 (0)