Skip to content

Commit

Permalink
fix: set up sam local actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kattakaha committed Nov 24, 2024
1 parent 1d10030 commit ed641dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/actions/setup-python/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ runs:

- name: Display Python version
run: python -c "import sys; print(sys.version)"
shell: bash
1 change: 0 additions & 1 deletion .github/actions/setup-sam/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ runs:

- name: Set up AWS CLI
uses: aws-actions/setup-sam@v2
shell: bash

0 comments on commit ed641dc

Please sign in to comment.