Skip to content

Commit

Permalink
Update required parameters passing
Browse files Browse the repository at this point in the history
  • Loading branch information
sshrihar committed Aug 19, 2024
1 parent 700a97b commit 58a4c03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-ssh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
- name: Send SSM commands
uses: peterkimzz/aws-ssm-send-command@v1
aws-access-key-id: env.AWS_ACCESS_KEY_ID
aws-secret-access-key: env.AWS_SECRET_ACCESS_KEY
aws-region: env.AWS_REGION
with:
aws-access-key-id: ${{ env.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ env.AWS_SECRET_ACCESS_KEY }}
aws-region: ${{ env.AWS_REGION }}
instance-ids: i-0d50212756bccc552
command: |
ls -lrt
Expand Down

0 comments on commit 58a4c03

Please sign in to comment.