diff --git a/build-and-push-docker.md b/build-and-push-docker.md index d5e22d1..923d0a4 100644 --- a/build-and-push-docker.md +++ b/build-and-push-docker.md @@ -20,7 +20,7 @@ This action can be invoked using `workflow_call`. Below is an example of how to ```yaml jobs: build: - uses: [path/to/this-action@main](https://forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/DevFW-CICD/build/.github/workflows/build-docker.yml@main) + uses: DevFW-CICD/build/.github/workflows/build-docker.yml@main with: dockerfile: './Dockerfile.custom' context: './app' diff --git a/build-go.md b/build-go.md index 0843e73..7ce06b2 100644 --- a/build-go.md +++ b/build-go.md @@ -17,7 +17,7 @@ This action can be called from other workflows using `workflow_call`. Below is a ```yaml jobs: build: - uses: https://forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/DevFW-CICD/build/.github/workflows/build-go.yml@main + uses: DevFW-CICD/build/.github/workflows/build-go.yml@main with: source: './cmd/app/main.go' target: './build/app'