Skip to content

Commit

Permalink
Merge pull request #156 from yast/fix_autosubmission
Browse files Browse the repository at this point in the history
Fixed autosubmission action
  • Loading branch information
lslezak authored Nov 6, 2024
2 parents 9452b28 + 7e52f16 commit e1eca72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/submit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
submit:
# do not run in forks
# if: github.repository_owner == 'yast'
if: ${{ !github.event.repository.fork }}

runs-on: ubuntu-latest

Expand All @@ -23,7 +23,7 @@ jobs:
steps:
- name: Submit the package
# see https://github.com/yast/actions/blob/master/submit/action.yml
uses: lslezak/actions/submit@master
uses: yast/actions/submit@master
with:
obs_user: ${{ secrets.OBS_USER }}
obs_password: ${{ secrets.OBS_PASSWORD }}
Expand Down

0 comments on commit e1eca72

Please sign in to comment.