Skip to content

Commit

Permalink
fix: bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
YusufMavzer committed Nov 8, 2023
1 parent a5b4d86 commit 7d85533
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion polling-action/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.7
1.0.8
2 changes: 1 addition & 1 deletion polling-action/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ outputs:

runs:
using: 'docker'
image: 'docker://ghcr.io/informatievlaanderen/awscurl-polling-action:1.0.7'
image: 'docker://ghcr.io/informatievlaanderen/awscurl-polling-action:1.0.8'
args:
- ${{ inputs.environment }}
- ${{ inputs.version }}
Expand Down
2 changes: 1 addition & 1 deletion polling-action/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ else
deploy_target="$9"
fi

python3 ./main.py \
python3 /main.py \
--environment "$1" \
--version "$2" \
--status_url "$3" \
Expand Down

0 comments on commit 7d85533

Please sign in to comment.