We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03a39af commit eae749aCopy full SHA for eae749a
.github/workflows/dbip_download.yml
@@ -45,13 +45,15 @@ jobs:
45
cd ip_country
46
mkdir -p generated
47
cargo run < "dbip-data/dbip-country-lite.mmdb" > "$TEMP_DIR"/dbip_country.rs
48
+ ls "$TEMP_DIR"
49
if [ "$?" -ne "0" ]; then
50
echo "SKIP_EXPORT=true" >> $GITHUB_ENV
51
fi
52
53
- name: Commit and push generated file
54
if: ${{ env.SKIP_EXPORT == 'false' }}
55
run: |
56
+ set -xv
57
git config user.name "github-actions[bot]"
58
git config user.email "github-actions[bot]@users.noreply.github.com"
59
git checkout -B generated-source
0 commit comments