Skip to content

Commit

Permalink
fix: format
Browse files Browse the repository at this point in the history
  • Loading branch information
rabyeoljji committed Dec 20, 2024
1 parent 74a9e1b commit 2d19423
Show file tree
Hide file tree
Showing 2 changed files with 4,626 additions and 4,505 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/push-into-personal-repo-v3-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ jobs:
steps:
- name: Check Git version
run: git --version

- uses: actions/checkout@v2

- name: Install mustache (to update the date)
run: sudo apt-get update && sudo apt-get install -y ruby && sudo gem install mustache

- name: creates output
run: sh ./build.sh

- name: Pushes to another repository
id: push_directory
uses: cpina/github-action-push-to-another-repository@main
Expand All @@ -37,7 +37,7 @@ jobs:
run: |
git clone https://x-access-token:${{ secrets.AUTO_ACTIONS_DEV }}@github.com/rabyeoljji/pick-toss-next.git personal-repo
cd personal-repo
git config --global user.name "github-actions[bot]"
git config --global user.email "${{ secrets.EMAIL_FOR_DEV }}"
Expand All @@ -47,15 +47,15 @@ jobs:
mkdir -p ../output/.github/workflows
cp -r .github/workflows/* ../output/.github/workflows/
git checkout develop
mkdir -p .github/workflows
cp -r ../output/.github/workflows/* .github/workflows/
git add .github/workflows
git commit -m "Sync workflows from actions to develop"
git push origin develop
- name: Test get variable exported by push-to-another-repository
run: echo $DESTINATION_CLONED_DIRECTORY
Loading

0 comments on commit 2d19423

Please sign in to comment.