Skip to content

Commit 43434f1

Browse files
authored
Fix: [AEA-0000] - fix workflow name (#313)
## Summary - Routine Change ### Details - fix ci workflow name
1 parent 234f10f commit 43434f1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"source=${env:HOME}${env:USERPROFILE}/.npmrc,target=/home/vscode/.npmrc,type=bind"
1616
],
1717
"features": {
18+
"ghcr.io/devcontainers/features/github-cli:1": {},
1819
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {
1920
"version": "latest",
2021
"moby": "true",

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: release workflow
1+
name: merge to main workflow
22

33
on:
44
push:

0 commit comments

Comments
 (0)