We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8831f8 commit dc672faCopy full SHA for dc672fa
action.yml
@@ -43,6 +43,12 @@ outputs:
43
runs:
44
using: 'composite'
45
steps:
46
+ - name: Track usage
47
+ shell: 'bash'
48
+ run: |
49
+ metric='{"events":[{"name": "oxygenctl-action.usage", "type": "count", "value": 1}]}'
50
+ curl -X POST -H "Content-Type: application/json" -d "$metric" https://metrics.myshopify.dev
51
+
52
- name: Build and Publish to Oxygen
53
shell: 'bash'
54
id: 'oxygen-cli-action'
0 commit comments