We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65976b3 commit a2494fdCopy full SHA for a2494fd
.github/workflows/ci.yml
@@ -74,17 +74,17 @@ jobs:
74
- macos-latest
75
- ubuntu-latest
76
prefix:
77
- - ~
+ - null
78
- /opt
79
container:
80
81
include:
82
- os: ubuntu-latest
83
container: debian:buster-slim
84
srcroot: .
85
86
87
- srcroot: ~
+ srcroot: null
88
container: ${{ matrix.container }}
89
steps:
90
- uses: actions/checkout@v3
README.md
@@ -2,7 +2,7 @@
2
3
[`install.sh`](./install.sh) is delivered when you `curl tea.xyz`.
4
5
-# GitHub Action 0.12.5
+# GitHub Action 0.13.0
6
7
This repository also provides the `tea` GitHub Action.
8
0 commit comments