We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4477800 commit 6276c1dCopy full SHA for 6276c1d
action.yml
@@ -76,7 +76,7 @@ runs:
76
HYDRO_USERNAME: ${{ inputs.username }}
77
HYDRO_PASSWORD: ${{ inputs.password }}
78
HYDRO_RESOURCE: ${{ inputs.resource }}
79
- run: docker-compose up -d --build
+ run: docker compose up -d --build
80
- shell: bash
81
run: docker exec hydrodump hydrodump run
82
0 commit comments