Skip to content

Commit

Permalink
parseInt
Browse files Browse the repository at this point in the history
  • Loading branch information
esride-nik committed Feb 22, 2024
1 parent bd1a690 commit fb960bb
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 @@ -34,7 +34,7 @@ jobs:
with:
path: apps/2/download-times.json
- name: Echo download-times-app-2
run: echo "download-times ${{ steps.download-times-app-2.outputs.content }}"
run: echo "download-times parseInt("${{ steps.download-times-app-2.outputs.content }}")
- name: Echo modified download-times-app-2
run: echo "modified download-times parseInt("${{ steps.download-times-app-2.outputs.content }}") + 1
- name: Modify apps/2/download-times.json
Expand Down

0 comments on commit fb960bb

Please sign in to comment.