Skip to content

Commit

Permalink
update sha on configmap
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemcd3912 committed Aug 21, 2023
1 parent 2ac179c commit 3c61d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/new-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
echo "data:" >> $config_map_file
echo " Namespace: ${namespace}" >> $config_map_file
echo " prNumber: \"${{ github.event.pull_request.number }}\"" >> $config_map_file
echo " commitHash: ${{ github.event.pull_request.head.ref }}" >> $config_map_file
echo " commitHash: ${{ github.event.pull_request.head.sha }}" >> $config_map_file
echo $subdirectory
echo $config_map_file
mv $config_map_file ./$subdirectory/
Expand Down

0 comments on commit 3c61d6f

Please sign in to comment.