fdgdf
Some checks failed
/ non-lab (push) Failing after 53s

This commit is contained in:
Chris Cowley 2024-09-02 15:39:32 +02:00
parent 96668c9848
commit 1860c52c31

View file

@ -24,9 +24,9 @@ jobs:
- name: Setup Kubernetes client - name: Setup Kubernetes client
run: | run: |
export B2_APPLICATION_KEY=${{ secrets.B2_APPLICATION_KEY }} export B2_APPLICATION_KEY=${{ secrets.B2_APPLICATION_KEY }}
echo ${{ env.B2_APPLICATION_KEY_ID }} echo ${{ secrets.B2_APPLICATION_KEY_ID }}
which tofu
ls /usr/bin ls /usr/bin
which tofu
# - name: Tofu init # - name: Tofu init
# working-directory: ${{ github.workspace }}/non-lab # working-directory: ${{ github.workspace }}/non-lab
# run: | # run: |