Skip to content
This repository has been archived by the owner on Aug 24, 2023. It is now read-only.

Commit

Permalink
Cleanup action
Browse files Browse the repository at this point in the history
  • Loading branch information
StiviiK committed Apr 30, 2020
1 parent e807c90 commit ff51cff
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 42 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@master
uses: actions/checkout@master
- name: build
id: build
uses: docker/build-action@v1
with:
repository: whiteduck/azure-arm-action
tags: latest
19 changes: 0 additions & 19 deletions .github/workflows/test.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions .vscode/launch.json

This file was deleted.

2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ runs:
args:
- deploy
- -v
- debug
- infos
- --credentials
- ${{ inputs.creds }}
- --subscriptionId
Expand Down

0 comments on commit ff51cff

Please sign in to comment.