Skip to content

Commit

Permalink
ci: add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
daiyam committed Jan 6, 2025
1 parent 4eff785 commit 14e93ea
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion get_repo.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
#!/usr/bin/env bash
# shellcheck disable=SC2129

set -e
set -ex

echo "${GITHUB_REPOSITORY}"
pwd

# git workaround
if [[ "${CI_BUILD}" != "no" ]]; then
Expand Down

0 comments on commit 14e93ea

Please sign in to comment.