Skip to content

Commit

Permalink
fixed error in script
Browse files Browse the repository at this point in the history
  • Loading branch information
batorfc committed Dec 6, 2019
1 parent 22f22e5 commit 33f8364
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

- name: Create Debian repository
uses: devmatic-it/debrepo-action@v1
with:
who-to-greet: 'Mona the Octocat'
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
uses: devmatic-it/debrepo-action@v1
with:
who-to-greet: 'Mona the Octocat'
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 33f8364

Please sign in to comment.