Try absolute URLs
All checks were successful
build (2)
build (3)
build (4)
build (5)
build (1)

This commit is contained in:
Jake Howard 2023-03-25 14:50:58 +00:00
parent 60b81c6e2c
commit b92193a8b9

View File

@ -10,9 +10,9 @@ jobs:
matrix:
things: [1, 2, 3, 4, 5]
steps:
- uses: github.com/actions/checkout@v3
- uses: "https://github.com/actions/checkout@v3"
- name: Cache stuff
uses: github.com/actions/cache@v3
uses: "https://github.com/actions/cache@v3"
with:
path: .
key: stuff