Skip to content

Commit

Permalink
fix args
Browse files Browse the repository at this point in the history
  • Loading branch information
kadamidev committed Dec 27, 2024
1 parent 5a4f413 commit da14e0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-migrations-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
uses: unfor19/install-aws-cli-action@v1
with:
version: 1
working_dir: ${{ runner.temp }}/aws_cli_install
root_dir: ${{ runner.temp }}/aws_cli
install_dir: ${{ runner.temp }}/aws
workdir: ${{ runner.temp }}/aws_cli_install
rootdir: ${{ runner.temp }}/aws_cli
installrootdir: ${{ runner.temp }}/aws

- name: Add AWS tools to PATH
run: |
Expand Down

0 comments on commit da14e0f

Please sign in to comment.