Closed ZakiaYahya closed 1 year ago
To print where is Git Actions storing the data, I've added this piece of code in test-model.yml file
test-model.yml
print-data-location: runs-on: ubuntu-latest steps: - name: Print data location run: echo $GITHUB_WORKSPACE
To print where is Git Actions storing the data, I've added this piece of code in
test-model.yml
file