Skip to content
This repository was archived by the owner on Mar 11, 2026. It is now read-only.

Commit 638b710

Browse files
committed
Updated secret.
1 parent 91cdef4 commit 638b710

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/feature-branch.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: Feature Branch
22
on:
33
pull_request:
4-
branches: [ 'main' ]
4+
branches: ["main"]
55
types: [opened, synchronize, reopened, closed, labeled, unlabeled]
66

77
concurrency:
88
group: ${{ github.workflow }}-${{ github.ref }}
99
cancel-in-progress: false
1010

11-
jobs:
11+
jobs:
1212
do:
1313
uses: ./.github/workflows/ecspresso-feature-branch.yml
1414
with:
@@ -17,7 +17,7 @@ jobs:
1717
open: ${{ github.event.pull_request.state == 'open' }}
1818
labels: ${{ toJSON(github.event.pull_request.labels.*.name) }}
1919
ref: ${{ github.event.pull_request.head.ref }}
20-
app: "example-${{ github.event.repository.name }}"
20+
app: "example-${{ github.event.repository.name }}" # example-app-on-ecs
2121

2222
secrets:
2323
github-private-actions-pat: "${{ secrets.PUBLIC_AND_PRIVATE_REPO_ACCESS_TOKEN_REPO }}"

0 commit comments

Comments
 (0)