We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1ea08f commit ab2ce9eCopy full SHA for ab2ce9e
.github/workflows/main.yml
@@ -16,6 +16,8 @@ jobs:
16
if: ${{ github.event_name == 'push' }}
17
18
steps:
19
+ - uses: actions/checkout@v2
20
+
21
- name: Read package version
22
id: version
23
uses: notiz-dev/github-action-json-property@release
0 commit comments