Skip to content

Commit

Permalink
MON-17043 cache-name-rpmbuild shorten (#573)
Browse files Browse the repository at this point in the history
REFS:MON-17043
  • Loading branch information
jean-christophe81 authored and bouda1 committed Mar 14, 2023
1 parent 212d245 commit dfc1376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/centreon-collect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
- name: Use cache RPM files
uses: actions/cache@v3
env:
cache-name-rpmbuild: cache-${{ github.sha }}-${{ github.run_id }}-rpmbuild-centreon-collect-${{ matrix.distrib }}
cache-name-rpmbuild: cache-${{ github.sha }}-${{ github.run_id }}-rpmbuild-collect-${{ matrix.distrib }}
with:
path: ./*.rpm
key: ${{ env.cache-name-rpmbuild }}
Expand Down

0 comments on commit dfc1376

Please sign in to comment.