Skip to content

Commit

Permalink
Update rpm.yml (#291)
Browse files Browse the repository at this point in the history
Try to fix action to make PR on nethserver-tancredi
  • Loading branch information
Stell0 authored Jun 5, 2024
1 parent 9b367a4 commit 80feaef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout tancredi code
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0
repository: nethesis/tancredi
path: nethesis/tancredi

- name: Checkout nethserver-tancredi code
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: nethesis/nethserver-tancredi
ref: master
Expand Down

0 comments on commit 80feaef

Please sign in to comment.