Skip to content

Commit

Permalink
fixup! Add workflow for listing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
baierjan committed Feb 23, 2024
1 parent 1de660f commit 0449285
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/obs-list-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
zypper -n --gpg-auto-import-keys ref
zypper -n in yq rpm-build osc
- name: Configure osc
run: |
mkdir -p ~/.config/osc/
run: >-
mkdir -p ~/.config/osc/ &&
cat > ~/.config/osc/oscrc <<EOF
[general]
apiurl = https://api.opensuse.org/
Expand Down

0 comments on commit 0449285

Please sign in to comment.