Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

Base PullRequest

default branch (https://github.com/technote-space/gh-actions-template/tree/master)

Command results

Details:
rm -rdf .github/workflows/.tmp
mkdir -p .github/workflows/.tmp
cp -f .github/workflows/sync-workflows.yml .github/workflows/.tmp/ > /dev/null 2>&1 || :
rm -f .github/workflows/*.yml
git clone --depth=1 https://github.com/technote-space/github-actions-workflows.git .github/workflows/.tmp/workflows

stderr:

Cloning into '.github/workflows/.tmp/workflows'...
cp .github/workflows/.tmp/workflows/gh-actions/*.yml .github/workflows/
cp -f .github/workflows/.tmp/sync-workflows.yml .github/workflows/sync-workflows.yml > /dev/null 2>&1 || :
find .github/workflows -maxdepth 1 -type f -name '*.yml' -print0 | xargs -0 readlink -f | while read -r file; do sed -i 's/uses: \(technote-space\/gh-actions-template\)@.\+$/uses: \1@gh-actions/' $file; done
rm -rdf .github/workflows/.tmp

Changed files

Changed 4 files:
  • .github/workflows/pr_opened.yml
  • .github/workflows/release.yml
  • .github/workflows/toc.yml
  • .github/workflows/update-dependencies.yml

:octocat: Repo | 📝 Issues | 🏬 Marketplace

@welcome
Copy link

welcome bot commented Jan 25, 2020

🙌 Thanks for opening this pull request! Please check out our contributing guidelines.

@github-actions github-actions bot added the Type: CI/CD Introduces or updates CI/CD feature label Jan 25, 2020
@technote-space technote-space merged commit 1588882 into master Jan 25, 2020
@technote-space technote-space deleted the chore/chore-sync-workflows branch January 25, 2020 09:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Type: CI/CD Introduces or updates CI/CD feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant