removed extra steps from workflow

This commit is contained in:
Atharva Mulmuley
2021-04-28 13:46:28 +05:30
parent 8699f872a6
commit 30ad27b624

View File

@ -6,7 +6,7 @@ name: k8s-set-context
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ cluster-connect ]
branches: [ cluster-connect-2 ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
@ -23,15 +23,6 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
# Runs a single command using the runners shell
- name: Run a one-line script
run: echo Hello, world!
# Runs a set of commands using the runners shell
- name: Run a multi-line script
run: |
echo Add other actions to build,
echo test, and deploy your project.
- uses: atharvamulmuley/k8s-set-context@cluster-connect-2
with:
method: spn