Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
malvads committed Oct 1, 2024
1 parent e406907 commit 0c68760
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/rpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
token: ${{ secrets.GITHUB_TOKEN }}
submodules: true
token: ${{ secrets.PAT }}

- name: Create tag based on metadata.rb
id: create_tag
Expand All @@ -33,10 +34,8 @@ jobs:
- name: Run Docker Container
run: docker run --privileged -d --name builder --network host rockylinux:9 /bin/sleep infinity

- name: Update Git Submodules & Submodule remote
- name: Update Git Submodule remote
run: |
git submodule init
git submodule update
git submodule update --remote
- name: Install build tools RPM
Expand Down

0 comments on commit 0c68760

Please sign in to comment.