Skip to content

Commit

Permalink
Fix/deploy.service (#266)
Browse files Browse the repository at this point in the history
* test fix

* test2

* test3

* test3fix
  • Loading branch information
KonstantinRaikhert authored Sep 3, 2023
1 parent 48380e1 commit 736bc25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-bot-on-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- name: Run a multi-line script
uses: actions/checkout@v2
# uses: actions/checkout@v2
run: |
mkdir ../spread_wings_bot/infra/dev/
cp -TR . ../spread_wings_bot/infra/dev/
Expand Down

0 comments on commit 736bc25

Please sign in to comment.