File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments