mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 02:56:56 +08:00
Changed documentation to @r6.
This commit is contained in:
@@ -58,7 +58,7 @@ Simple Example
|
||||
|
||||
jobs:
|
||||
Package:
|
||||
uses: pyTooling/Actions/.github/workflows/Package.yml@r5
|
||||
uses: pyTooling/Actions/.github/workflows/Package.yml@r6
|
||||
with:
|
||||
artifact: Package
|
||||
|
||||
@@ -70,7 +70,7 @@ Complex Example
|
||||
|
||||
jobs:
|
||||
Package:
|
||||
uses: pyTooling/Actions/.github/workflows/Package.yml@r5
|
||||
uses: pyTooling/Actions/.github/workflows/Package.yml@r6
|
||||
needs:
|
||||
- Params
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user