File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments