Skip to content

Commit 59b20d5

Browse files
committed
Update README
1 parent f604c37 commit 59b20d5

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Default: The current GitHub repository (`https://github.com/${{github.repository
136136

137137
A pipeline release tag, branch or commit hash.
138138

139-
Default: The current GitHub commit hash (`github.sha`).
139+
Default: The revision specified in Tower or the default branch of the repo.
140140

141141
### `workdir`
142142

@@ -307,19 +307,19 @@ The action prints normal stdout info-level log messages to the actions console.
307307
The output log file is saved as `tower_action_$(timestamp).log` and can be captured using `actions/upload-artifact using the following settings:
308308

309309
```yaml
310-
- uses: actions/upload-artifact@v3
311-
with:
312-
name: Tower debug log file
313-
path: tower_action_*.log
310+
- uses: actions/upload-artifact@v3
311+
with:
312+
name: Tower debug log file
313+
path: tower_action_*.log
314314
```
315315
316316
The action writes a JSON file which has the same format as the `outputs.json` used above. This is wrtten to a file called `tower_action_$(uuidgen).json`. It can be captured in a similar manner:
317317

318318
```yaml
319-
- uses: actions/upload-artifact@v3
320-
with:
321-
name: Tower output JSON file
322-
path: tower_action_*.json
319+
- uses: actions/upload-artifact@v3
320+
with:
321+
name: Tower output JSON file
322+
path: tower_action_*.json
323323
```
324324

325325
## Credits

0 commit comments

Comments
 (0)