Skip to content

Commit

Permalink
Merge branch 'Testing-Forecast-Actions:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Chappi74 authored Oct 8, 2023
2 parents 1bea84a + 011082a commit d5205a2
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions .github/workflows/on_pull_request_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ jobs:
run: |
echo ">>> USER: secrets.WF_PR_USER"
echo ">>> PAT: ${{ secrets.WF_PR_PAT }} "
echo ">>> PR URL: ${{ github.event.pull_request.html_url }}"
export GIT_USER=${{secrets.WF_PR_USER}}
git config --global user.name $GIT_USER
git config --global user.email "[email protected]"
Expand All @@ -223,17 +224,19 @@ jobs:
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GH_TOKEN: ${{ secrets.WF_PR_PAT }}


# Store changes

#TEMP REMOVE

# Store changes
# -------------------------
- name: Store Changes
if: ${{ steps.merge_pr.outputs.status == 'true' }}
env:
data: ${{ needs.validate_request.outputs.output_data }}
run: |
echo ">>> Store changes to json"
python ./tools/.github/scripts/utils/store_changes.py
# - name: Store Changes
# if: ${{ steps.merge_pr.outputs.status == 'true' }}
# env:
# data: ${{ needs.validate_request.outputs.output_data }}
# run: |
# echo ">>> Store changes to json"
# python ./tools/.github/scripts/utils/store_changes.py

# # Activate client view
# # ---------------------------
Expand Down

0 comments on commit d5205a2

Please sign in to comment.