Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zapaishchykova authored Aug 10, 2023
1 parent 415efd7 commit 1ecbdc9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,12 @@ jobs:
- uses: actions/checkout@v2
- name: Install mustache (to update the date)
run: apk add ruby && 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@target-branch
env:
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }}
with:
source-directory: docker/
destination-github-username: 'zapaishchykova'
Expand Down

0 comments on commit 1ecbdc9

Please sign in to comment.