Skip to content

Commit

Permalink
feat: add key4hep-spack to check-new-versions.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc authored Dec 20, 2023
1 parent f3d26e0 commit 6b8fc35
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/check-new-versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,21 @@ jobs:
runs-on: ubuntu-latest
container: ghcr.io/spack/ubuntu-jammy:latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
path: key4hep-spack
repository: key4hep/key4hep-spack
- uses: actions/checkout@v3
with:
path: eic-spack
- name: Check for new versions and create issue
env:
COMMENT_BOT_TOKEN: ${{ secrets.GITHUB_TOKEN }}
shell: bash
run: |
source /opt/spack/share/spack/setup-env.sh
spack repo add --scope site ${GITHUB_WORKSPACE}
spack repo add --scope site ${GITHUB_WORKSPACE}/key4hep-spack
spack repo add --scope site ${GITHUB_WORKSPACE}/eic-spack
bash .github/scripts/checksum_new_versions.sh
- name: Create pull request
uses: peter-evans/create-pull-request@v5
Expand Down

0 comments on commit 6b8fc35

Please sign in to comment.