mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 02:56:56 +08:00
Updated workflow references to @r5.
This commit is contained in:
@@ -30,7 +30,7 @@ Simple Example
|
||||
|
||||
jobs:
|
||||
BuildTheDocs:
|
||||
uses: pyTooling/Actions/.github/workflows/BuildTheDocs.yml@r0
|
||||
uses: pyTooling/Actions/.github/workflows/BuildTheDocs.yml@r5
|
||||
|
||||
|
||||
Complex Example
|
||||
@@ -40,7 +40,7 @@ Complex Example
|
||||
|
||||
jobs:
|
||||
BuildTheDocs:
|
||||
uses: pyTooling/Actions/.github/workflows/BuildTheDocs.yml@r0
|
||||
uses: pyTooling/Actions/.github/workflows/BuildTheDocs.yml@r5
|
||||
needs:
|
||||
- Params
|
||||
with:
|
||||
|
||||
@@ -52,7 +52,7 @@ Simple Example
|
||||
|
||||
jobs:
|
||||
Coverage:
|
||||
uses: pyTooling/Actions/.github/workflows/CoverageCollection.yml@r0
|
||||
uses: pyTooling/Actions/.github/workflows/CoverageCollection.yml@r5
|
||||
with:
|
||||
artifact: Coverage
|
||||
secrets: inherit
|
||||
@@ -64,7 +64,7 @@ Complex Example
|
||||
|
||||
jobs:
|
||||
Coverage:
|
||||
uses: pyTooling/Actions/.github/workflows/CoverageCollection.yml@r0
|
||||
uses: pyTooling/Actions/.github/workflows/CoverageCollection.yml@r5
|
||||
needs:
|
||||
- Params
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user