Bump paramiko from 2.7.1 to 3.4.0 in /requirements #34
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: push | |
name: 'Sultan Tests' | |
jobs: | |
sultan: | |
name: Trigger Sultan Action | |
runs-on: ubuntu-latest | |
steps: | |
- name: Extract branch name | |
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})" | |
id: extract_branch | |
- name: Sultan Dispatch | |
uses: ahmedaljazzar/[email protected] | |
with: | |
owner: appsembler | |
repo: sultan | |
token: ${{ secrets.REPO_ACCESS_TOKEN }} | |
event_type: devstack | |
client_payload: '{"branch": "${{ steps.extract_branch.outputs.branch }}", "sha": "${{ github.sha }}"}' | |
max_time: 1500 |