Adds dump for build settings

This commit is contained in:
Spoffy 2024-07-02 20:31:01 +01:00
parent 35eb511af5
commit f07f020d15

View File

@ -58,6 +58,13 @@ jobs:
- name: "grist"
repo: "grist-ee"
steps:
- name: Build settings
run: |
echo "Branch: $BRANCH"
echo "Platforms: $PLATFORMS"
echo "Docker Hub Owner: $DOCKER_HUB_OWNER"
echo "Tag: $TAG"
- name: Check out the repo
uses: actions/checkout@v4
with: