Skip to content

Commit

Permalink
yml fix $INCREMENTED_DT
Browse files Browse the repository at this point in the history
  • Loading branch information
esride-nik committed Mar 21, 2024
1 parent 1b56e6f commit c9af041
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/deploy-exb-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,17 @@ jobs:

- name: Set env variable
run: echo "INCREMENTED_DT=$((${{ steps.download-times-app-exb_demo.outputs.content }} + 1))" >> $GITHUB_ENV

- name: Echo INCREMENTED_DT
run: echo "$INCREMENTED_DT"

- name: Modify apps/app-exb/download-times.json
- name: Modify apps/exb_demo/download-times.json
id: modify-file-content
uses: jaywcjlove/github-action-modify-file-content@main
with:
token: ${{ secrets.GITHUB_TOKEN }}
path: apps/app-exb/download-times.json
body: "{{$INCREMENTED_DT}}"
path: apps/exb_demo/download-times.json
body: $INCREMENTED_DT
overwrite: true
message: "Increment download times to {{$INCREMENTED_DT}}"
branch: master
Expand Down
1 change: 0 additions & 1 deletion apps/app-exb/download-times.json

This file was deleted.

0 comments on commit c9af041

Please sign in to comment.