mirror of
https://github.com/game-ci/unity-actions.git
synced 2026-01-29 04:39:07 +08:00
Fix incorrect reference to RMAF
This commit is contained in:
4
.github/workflows/request.yml
vendored
4
.github/workflows/request.yml
vendored
@@ -23,8 +23,8 @@ jobs:
|
||||
# Use action from this repo
|
||||
- name: Request manual activation file
|
||||
id: getManualLicenseFile
|
||||
uses: ./get-manual-license-file
|
||||
# uses: actions/webbertakken/get-manual-license-file@master
|
||||
uses: ./request-manual-activation-file
|
||||
# uses: actions/webbertakken/request-manual-activation-file@master
|
||||
|
||||
##
|
||||
## Strategy 1: Use the output from the jobs output variable
|
||||
|
||||
Reference in New Issue
Block a user