-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
Define an action that replaces the uses keyword with a different value but leaves everything as is
Example
- name: Cache Maven Download
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
with:
path: ~/.m2/wrapper/dists
key: ${{ runner.os }}-maven-${{ hashFiles('.mvn/wrapper/maven-wrapper.properties') }}
restore-keys: ${{ runner.os }}-maven-installation- - name: Cache Maven Download
-- uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
++ uses: myOrg/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
with:
path: ~/.m2/wrapper/dists
key: ${{ runner.os }}-maven-${{ hashFiles('.mvn/wrapper/maven-wrapper.properties') }}
restore-keys: ${{ runner.os }}-maven-installation-The goal is to handle relocations
Example : https://github.com/marketplace/actions/retry-step#ownership
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Recipes Wanted