Skip to content

Commit a2494fd

Browse files
committed
wip
1 parent 65976b3 commit a2494fd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,17 +74,17 @@ jobs:
7474
- macos-latest
7575
- ubuntu-latest
7676
prefix:
77-
- ~
77+
- null
7878
- /opt
7979
container:
80-
- ~
80+
- null
8181
include:
8282
- os: ubuntu-latest
8383
container: debian:buster-slim
8484
srcroot: .
8585
- os: ubuntu-latest
8686
container: debian:buster-slim
87-
srcroot: ~
87+
srcroot: null
8888
container: ${{ matrix.container }}
8989
steps:
9090
- uses: actions/checkout@v3

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[`install.sh`](./install.sh) is delivered when you `curl tea.xyz`.
44

5-
# GitHub Action 0.12.5
5+
# GitHub Action 0.13.0
66

77
This repository also provides the `tea` GitHub Action.
88

0 commit comments

Comments
 (0)