mirror of
https://github.com/game-ci/unity-actions.git
synced 2026-01-28 20:19:07 +08:00
Reorder yaml
This commit is contained in:
9
.github/workflows/request.yml
vendored
9
.github/workflows/request.yml
vendored
@@ -17,13 +17,14 @@ jobs:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v1
|
||||
|
||||
# Use action from this repo
|
||||
- uses: ./get-manual-license-file
|
||||
|
||||
# Configure how that action should run
|
||||
|
||||
|
||||
# Use action from this repo
|
||||
- name: Request manual activation file
|
||||
id: getManualLicenseFile
|
||||
uses: actions/webbertakken/get-manual-license-file@master
|
||||
uses: ./get-manual-license-file
|
||||
# uses: actions/webbertakken/get-manual-license-file@master
|
||||
|
||||
##
|
||||
## Strategy 1: Use the output from the jobs output variable
|
||||
|
||||
Reference in New Issue
Block a user