Skip to content

Commit

Permalink
switch SCC version, fix GHA matrix bug
Browse files Browse the repository at this point in the history
Signed-off-by: Brandon Yee <[email protected]>
  • Loading branch information
Firebird1029 committed Jul 29, 2024
1 parent 504ba1c commit d486a14
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/update_cocomo_stats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,15 @@ jobs:
strategy:
matrix:
orgs: ["DSACMS", "Enterprise-CMCS", "CMS-Enterprise", "CMSgov"]
max-parallel: 1
permissions: write-all
name: update
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
- name: Install scc
run: sudo snap install scc
run: go install github.com/boyter/scc/v3@latest
- name: Run COCOMO script
run: ./scripts/scc_cocomo.sh ${{ matrix.orgs }}
- name: Commit changes
Expand Down

0 comments on commit d486a14

Please sign in to comment.