Skip to content

Commit

Permalink
Output more information. Will have to merge and delete this branch to…
Browse files Browse the repository at this point in the history
… get all info needed
  • Loading branch information
nick-vanpraet committed Oct 30, 2024
1 parent f779831 commit 5c0c6cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/scripts/mirror.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
set -euo pipefail

echo "${GITHUB_EVENT_NAME}"
echo "${GITHUB_REF}"
echo "Triggers: ${{ github.event.ref }} - ${{ github.event.ref_type }}"

function git-setup() {
printf -v url "https://%s:%s@%s" \
Expand Down

0 comments on commit 5c0c6cc

Please sign in to comment.