Skip to content

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
esride-nik committed Feb 22, 2024
1 parent ec4aa52 commit 26a0c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-exb-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Echo download-times-app-2-1
# the next line generate the error invalid arithmetic operator
# run: echo $((steps.download-times-app-2.outputs.content + 1))
run: echo $(( parseInt(${steps.download-times-app-2.outputs.content}) + 1 ))
run: echo "parseInt({steps.download-times-app-2.outputs.content})"


- name: Output download-times-app-2
Expand Down

0 comments on commit 26a0c02

Please sign in to comment.