File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ jobs:
110
110
hello
111
111
```
112
112
113
- ## Options ` with: ... `
113
+ # Options ` with: ... `
114
114
115
115
- ` interpreter ` : Interpreter to use in the nix shell shebang, defaults to
116
116
` bash ` . (This is passed to ` nix run -c ` , used to be ` -i ` in a nix shell
@@ -137,7 +137,9 @@ jobs:
137
137
- ` working-directory ` : Execute the script inside the specified working directory
138
138
instead of the repository root. Example: ` path/to/dir `
139
139
140
- ## FAQ: Passing a Github Token against Rate Limits
140
+ ---
141
+
142
+ # FAQ: Passing a Github Token against Rate Limits
141
143
142
144
``` yaml
143
145
name : ' Test'
@@ -162,9 +164,14 @@ jobs:
162
164
docker --help
163
165
` ` `
164
166
167
+ # FAQ: How do I pin a specific version of a package?
168
+
169
+ See
170
+ [This Explanation](https://github.com/workflow/nix-shell-action/issues/346#issuecomment-2440067512)
171
+
165
172
---
166
173
167
- ## Hacking
174
+ # Hacking
168
175
169
176
See https://github.com/actions/typescript-action
170
177
You can’t perform that action at this time.
0 commit comments