We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0db2bfd commit c7867e5Copy full SHA for c7867e5
.github/workflows/release-galaxy.yml
@@ -20,15 +20,5 @@ jobs:
20
uses: actions/setup-python@v2
21
with:
22
python-version: ${{ matrix.python-version }}
23
- - uses: actions/cache@v4
24
- with:
25
- path: ~/.cache/pip
26
- key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements*.txt') }}
27
- restore-keys: |
28
- ${{ runner.os }}-pip-
29
- - name: Install dependencies
30
- run: |
31
- python -m pip install --upgrade pip
32
- pip install -r requirements.txt
33
- name: Trigger a new import on Galaxy.
34
run: ansible-galaxy role import --api-key ${{ secrets.GALAXY_API_KEY }} $(echo ${{ github.repository }} | cut -d/ -f1) $(echo ${{ github.repository }} | cut -d/ -f2)
0 commit comments