Skip to content

Commit

Permalink
Merge pull request #191 from mikemcd3912/main
Browse files Browse the repository at this point in the history
Updates for Observerbot V2
  • Loading branch information
elamaran11 authored Jan 9, 2024
2 parents b86079e + 132b6f3 commit b127906
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/new-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
paths-ignore:
- 'Validated_Partners/**'
- '.github/**'
- 'docs'
- '.git'

jobs:
build:
Expand Down Expand Up @@ -76,6 +78,8 @@ jobs:
echo " Namespace: ${namespace}" >> $config_map_file
echo " prNumber: \"${{ github.event.pull_request.number }}\"" >> $config_map_file
echo " commitHash: ${{ github.event.pull_request.head.sha }}" >> $config_map_file
echo " deployed: \"$(date +%s)\"" >> $config_map_file
echo " env: $(echo $subdirectory | cut -f1 -d/ | awk -F- '{print $NF}' )" >> $config_map_file
echo $subdirectory
echo $config_map_file
Expand Down

0 comments on commit b127906

Please sign in to comment.