mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 11:06:56 +08:00
Updated workflow references to @r5.
This commit is contained in:
@@ -62,7 +62,7 @@ Simple Example
|
||||
|
||||
jobs:
|
||||
Release:
|
||||
uses: pyTooling/Actions/.github/workflows/Release.yml@r0
|
||||
uses: pyTooling/Actions/.github/workflows/Release.yml@r5
|
||||
|
||||
|
||||
Complex Example
|
||||
@@ -72,7 +72,7 @@ Complex Example
|
||||
|
||||
jobs:
|
||||
Release:
|
||||
uses: pyTooling/Actions/.github/workflows/Release.yml@r0
|
||||
uses: pyTooling/Actions/.github/workflows/Release.yml@r5
|
||||
if: startsWith(github.ref, 'refs/tags')
|
||||
needs:
|
||||
- Package
|
||||
|
||||
Reference in New Issue
Block a user