Skip to content

Commit

Permalink
Create aws.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MaksimZhukov authored Feb 9, 2024
1 parent abe5543 commit 3094c8b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/aws.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: AWS
on:
workflow_dispatch:

jobs:
manually:
name: manually
runs-on: ubuntu-latest
steps:
- name: test
run: |
curl -Lo copilot https://github.com/aws/copilot-cli/releases/latest/download/copilot-linux && chmod +x copilot && sudo mv copilot /usr/local/bin/copilot && copilot --help
action:
name: action
runs-on: ubuntu-latest
steps:
- uses: ksivamuthu/[email protected]
with:
command: install

0 comments on commit 3094c8b

Please sign in to comment.