We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c55dcc commit 669f860Copy full SHA for 669f860
.github/workflows/autotag.yml
@@ -12,6 +12,14 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- uses: actions/checkout@v4
15
+ - uses: actions/checkout@v4
16
+ - name: Lint
17
+ run: shellcheck bin/*.sh
18
+ - name: Validate Plugin Version
19
+ uses: ./
20
+ with:
21
+ plugin-path: '.github/workflows/fixtures/plugin-test/'
22
+ dry-run: true
23
- name: Tag & Release
24
uses: pantheon-systems/autotag@v0
25
with:
0 commit comments