Skip to content

Commit 375462f

Browse files
committed
chore: fix up kaggle.json
1 parent 48412ed commit 375462f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/tests/python/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ runs:
3636
shell: bash
3737
run: |
3838
mkdir -p ~/.kaggle
39-
echo "${{ inputs.kaggle-json }}" | base64 --decode > ~/.kaggle/kaggle.json
39+
echo '${{ inputs.kaggle-json }}' > ~/.kaggle/kaggle.json
4040
chmod 600 ~/.kaggle/kaggle.json
4141
4242
- name: Check for azureml-core in requirements

0 commit comments

Comments
 (0)