Skip to content

Commit

Permalink
revert steebchen/kubectl to v1.1.0 (#371)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuronosec committed Jan 19, 2022
1 parent ed6d1af commit e75424f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push-dev-environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
HASURA_GRAPHQL_ACTION_BASE_URL: ${{ secrets.HASURA_GRAPHQL_ACTION_BASE_URL }}

- name: Deploy kubernetes files
uses: steebchen/kubectl@v2.0.0
uses: steebchen/kubectl@v1.1.0
env:
KUBE_CONFIG_DATA: ${{ secrets.KUBE_CONFIG_DATA }}
NAMESPACE: proton-affiliate
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-prod-environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
HASURA_GRAPHQL_ACTION_BASE_URL: ${{ secrets.HASURA_GRAPHQL_ACTION_BASE_URL }}

- name: Deploy kubernetes files
uses: steebchen/kubectl@v2.0.0
uses: steebchen/kubectl@v1.1.0
env:
KUBE_CONFIG_DATA: ${{ secrets.KUBE_CONFIG_DATA }}
NAMESPACE: proton-affiliate
Expand Down

0 comments on commit e75424f

Please sign in to comment.