Skip to content

Commit

Permalink
yaml is shit
Browse files Browse the repository at this point in the history
  • Loading branch information
dflook committed Dec 24, 2023
1 parent 7b68ae4 commit b3bd8aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-http.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
uses: actions/checkout@v3

- name: Create dummy credential file
run:
run: |
ls -la ${{ runner.temp }}
mkdir -p ${{ runner.temp }}/_github_home
ls -la ${{ runner.temp }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v3

- name: Create dummy credential file
run:
run: |
ls -la ${{ runner.temp }}
mkdir -p ${{ runner.temp }}/_github_home
ls -la ${{ runner.temp }}
Expand Down

0 comments on commit b3bd8aa

Please sign in to comment.