We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46b29c2 commit b303344Copy full SHA for b303344
.github/workflows/action1.yml
@@ -0,0 +1,16 @@
1
+ # 💹 Stock prices plugin
2
+
3
+ # Display RSS feed
4
+ - name: 💹 Stock prices plugin
5
+ if: ${{ success() || failure() }}
6
+ uses: lowlighter/metrics@master
7
+ plugin_stock_symbol: TSLA
8
+ plugin_stock_token: ${{ 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
9
+ }}
10
+ output_action: pull-request
11
+ delay: 120
12
+ with:
13
+ filename: metrics.plugin.stock.svg
14
+ token: NOT_NEEDED
15
+ base: ""
16
+ plugin_stock: yes
0 commit comments