Merge all changes
This commit is contained in:
@@ -50,7 +50,7 @@ on:
|
||||
|
||||
jobs:
|
||||
rotate:
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ${{ vars.LINUX_RUNNER_LABEL || 'ubuntu-latest' }}
|
||||
environment: ${{ inputs.environment }}
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
@@ -164,3 +164,4 @@ jobs:
|
||||
echo "Key Path: ${{ inputs.key_path }}"
|
||||
echo "Source: ${{ inputs.source }}"
|
||||
echo "Algorithm: ${{ inputs.algorithm }}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user