We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f98361d commit f5a7d6cCopy full SHA for f5a7d6c
.github/workflows/tools.yml
@@ -0,0 +1,10 @@
1
+name: Update tools
2
+
3
+on:
4
+ workflow_dispatch:
5
6
+jobs:
7
+ update-tools:
8
+ name: Update tools
9
+ uses: atls/shared/.github/workflows/tools.yaml@master
10
+ permissions: write-all
0 commit comments