File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,10 @@ requested version and the metadata emitted by `get` are available to your tasks
74
74
- ` .git/resource/version.json `
75
75
- ` .git/resource/metadata.json `
76
76
77
+ The information in ` metadata.json ` is also available as individual files in the ` .git/resource ` directory, e.g. the ` base_sha `
78
+ is available as ` .git/resource/base_sha ` . For a complete list of available (individual) metadata files, please check the code
79
+ [ here] ( https://github.com/telia-oss/github-pr-resource/blob/master/in.go#L66 ) .
80
+
77
81
When specifying ` skip_download ` the pull request volume mounted to subsequent tasks will be empty, which is a problem
78
82
when you set e.g. the pending status before running the actual tests. The workaround for this is to use an alias for
79
83
the ` put ` (see https://github.com/telia-oss/github-pr-resource/issues/32 for more details).
You can’t perform that action at this time.
0 commit comments