From 599dbd39d5848180b8e3af16439462973bac78ae Mon Sep 17 00:00:00 2001 From: Twerthi Date: Thu, 29 Jan 2026 15:41:09 -0800 Subject: [PATCH] Adding id to GHA examples --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b2ebd468..4e364950 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ env: steps: # ... - name: Create a release in Octopus Deploy 🐙 + id: create_a_release_in_octopus_deploy uses: OctopusDeploy/create-release-action@v4 with: project: 'MyProject' @@ -51,6 +52,7 @@ env: steps: # ... - name: Create a release in Octopus Deploy 🐙 + id: create_a_release_in_octopus_deploy uses: OctopusDeploy/create-release-action@v4 with: project: 'MyProject' @@ -68,6 +70,7 @@ env: steps: # ... - name: Create a release in Octopus Deploy 🐙 + id: create_a_release_in_octopus_deploy uses: OctopusDeploy/create-release-action@v4 with: project: 'MyProject'