Skip to content

Commit

Permalink
Adapt GitHub Actions to the new package names
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Feb 27, 2024
1 parent 325bc6f commit ac16e4e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/obs-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
install_packages: obs-service-cargo_audit obs-service-cargo_vendor
project_name: systemsmanagement:Agama:Devel
package_name: agama-cli
package_name: agama

update_web:
uses: ./.github/workflows/obs-staging-shared.yml
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/obs-service-shared.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
OBS_USER: ${{ secrets.OBS_USER }}
OBS_PASSWORD: ${{ secrets.OBS_PASSWORD }}

- name: Commit the rubygem-agama package to ${{ inputs.project_name }}
- name: Commit the rubygem-agama-yast package to ${{ inputs.project_name }}
run: rake osc:commit
working-directory: ./service
env:
Expand All @@ -71,7 +71,7 @@ jobs:
SKIP_OSC_BUILD: 1
OBS_PROJECT: ${{ inputs.project_name }}

- name: Submit the rubygem-agama package
- name: Submit the rubygem-agama-yast package
# only when a tag has been pushed
if: ${{ github.ref_type == 'tag' }}
# the package has been comitted in the previous step, just submit it
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/obs-staging-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
with:
install_packages: obs-service-cargo_audit obs-service-cargo_vendor
project_name: systemsmanagement:Agama:Staging
package_name: agama-cli
package_name: agama
2 changes: 1 addition & 1 deletion .github/workflows/obs-staging-service.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Submit rubygem-agama
name: Submit rubygem-agama-yast

on:
# runs on pushes targeting the default branch
Expand Down

0 comments on commit ac16e4e

Please sign in to comment.