Skip to content

Commit eae749a

Browse files
committed
doing git checkout
1 parent 03a39af commit eae749a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/dbip_download.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,15 @@ jobs:
4545
cd ip_country
4646
mkdir -p generated
4747
cargo run < "dbip-data/dbip-country-lite.mmdb" > "$TEMP_DIR"/dbip_country.rs
48+
ls "$TEMP_DIR"
4849
if [ "$?" -ne "0" ]; then
4950
echo "SKIP_EXPORT=true" >> $GITHUB_ENV
5051
fi
5152
5253
- name: Commit and push generated file
5354
if: ${{ env.SKIP_EXPORT == 'false' }}
5455
run: |
56+
set -xv
5557
git config user.name "github-actions[bot]"
5658
git config user.email "github-actions[bot]@users.noreply.github.com"
5759
git checkout -B generated-source

0 commit comments

Comments
 (0)