Skip to content

Commit

Permalink
feat: menambahkan fungsi push
Browse files Browse the repository at this point in the history
  • Loading branch information
reacto11mecha committed Jul 21, 2024
1 parent d271acd commit 8254bb8
Showing 1 changed file with 4 additions and 17 deletions.
21 changes: 4 additions & 17 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,8 @@ jobs:

- name: setup git config
run: |
git config user.name "GitHub Actions Bot"
git config user.email "<>"
git config --global user.name "github-actions"
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
- name: Rename version
env:
Expand Down Expand Up @@ -181,17 +180,5 @@ jobs:
run: |
git commit -am "bot-update: update $REF_NAME" -m "Cek commit -> https://github.com/sora-vp/baseline/commit/$GITHUB_SHA"
- name: Debug
run: git log

# - name: Push changes to basic docker compose config repository
# uses: cpina/github-action-push-to-another-repository@main
# env:
# API_TOKEN_GITHUB: ${{ secrets.BASIC_DOCKER_CONFIG_REPO_PAT }}
#
# with:
# destination-github-username: sora-vp
# destination-repository-name: baseline-docker
# create-target-branch-if-needed: true
# user-email: ${{ secrets.MAINTAINER_EMAIL }}
# target-branch: ${{ steps.extract_branch.outputs.branch }}
- name: Push 🚀
run: git push origin main

0 comments on commit 8254bb8

Please sign in to comment.