Skip to content

Commit a06511c

Browse files
authored
Update main.yml
1 parent 5e7eff0 commit a06511c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
git checkout -b "$BRANCH"
2424
# Copy build artifacts from current workspace into the target repo folder
2525
cp -R ../docs/* ./easy-code-formatter/documents/
26-
cp -R ../docs/images/* ./easy-code-formatter/images/
27-
cp -R ../docs/icons/* ./easy-code-formatter/icons/
26+
cp -R ../images/* ./easy-code-formatter/images/
27+
cp -R ../icons/* ./easy-code-formatter/icons/
2828
git add .
2929
# Check if there are staged changes
3030
if git diff --staged --quiet; then
@@ -37,4 +37,4 @@ jobs:
3737
echo "${{ secrets.TARGET_REPO_TOKEN }}" | gh auth login --with-token
3838
# Create a pull request targeting the main branch
3939
gh pr create --title "Add file artifacts from ecf submission" --body "This PR includes the latest file artifacts from ecf submission." --base main
40-
fi
40+
fi

0 commit comments

Comments
 (0)