Skip to content

Commit

Permalink
bugfix-use-updated-workflow-template (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
rahmans1 authored Dec 18, 2024
1 parent 3482fd4 commit ed8757a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/run_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,11 @@ jobs:
# Note: this workflow must run on linux
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: cvmfs-contrib/github-action-cvmfs@v2
with:
cvmfs_repositories: 'singularity.opensciencegrid.org'
- uses: actions/checkout@v3
- uses: cvmfs-contrib/github-action-cvmfs@v3
- uses: eic/run-cvmfs-osg-eic-shell@main
with:
release-platform: "jug_xl:nightly"
platform-release: "jug_xl:nightly"
run: |
eic-info
Expand Down

0 comments on commit ed8757a

Please sign in to comment.