Skip to content

Commit

Permalink
cu
Browse files Browse the repository at this point in the history
  • Loading branch information
vvasuki committed Sep 23, 2023
1 parent 5b020db commit 2f4aac5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate_panchaangas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
id: update_submods
run: |
set -o xtrace
echo "=====${{ steps.changed-files.outputs.all}}======"
echo "=====${{ steps.changed-files.outputs.all}}======"
echo "=====${{ steps.changed-files.outputs.all_changed_files}}======"
echo "=====${{ steps.changed-files.outputs.all_changed_files}}======"
git submodule update --init --recursive
git submodule foreach -q --recursive 'git checkout $(git config -f $toplevel/.gitmodules submodule.$name.branch || echo master)'
- name: Set content to pull request
Expand Down

0 comments on commit 2f4aac5

Please sign in to comment.