You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -136,7 +136,7 @@ Default: The current GitHub repository (`https://github.com/${{github.repository
136
136
137
137
A pipeline release tag, branch or commit hash.
138
138
139
-
Default: The current GitHub commit hash (`github.sha`).
139
+
Default: The revision specified in Tower or the default branch of the repo.
140
140
141
141
### `workdir`
142
142
@@ -307,19 +307,19 @@ The action prints normal stdout info-level log messages to the actions console.
307
307
The output log file is saved as `tower_action_$(timestamp).log` and can be captured using `actions/upload-artifact using the following settings:
308
308
309
309
```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
314
314
```
315
315
316
316
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:
0 commit comments