Skip to content

Commit

Permalink
despearate fix
Browse files Browse the repository at this point in the history
  • Loading branch information
steinho committed Sep 4, 2024
1 parent fd1303b commit a257c47
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
- run: cd ..
- name: Check downloaded files
run: ./.github/workflows/filecheck.sh
- name: Checkout
uses: actions/checkout@v3
with:
path: "./destinationRepo"
token: ${{secrets.PUSH_TOKEN}}
# - name: Checkout
# uses: actions/checkout@v3
# with:
# path: "./destinationRepo"
# token: ${{secrets.PUSH_TOKEN}}
- name: Run deployment script
run: ./.github/workflows/deploy.sh
shell: bash
Expand All @@ -35,4 +35,4 @@ jobs:
tag: v_${{ github.run_number }}
- name: post to slack
run: ./.github/workflows/slack.sh ${{ secrets.POST_SLACK }}
shell: bash
shell: bash

0 comments on commit a257c47

Please sign in to comment.