Loading .github/workflows/publish.yml +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ jobs: id: vars run: echo "{tag}=${GITHUB_REF:10}" >> $GITHUB_OUTPUT - name: Clone repository uses: actions/checkout@v6 uses: actions/checkout@v7 with: ref: ${{ steps.vars.outputs.tag }} - name: Build and publish module Loading .github/workflows/test.yml +2 −2 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Clone repository uses: actions/checkout@v6 uses: actions/checkout@v7 - name: Run unit tests uses: puppets-epic-show-theatre/action-pdk-test-unit@v1 Loading @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Clone repository uses: actions/checkout@v6 uses: actions/checkout@v7 - name: Run PDK validate uses: puppets-epic-show-theatre/action-pdk-validate@v1 Loading Loading
.github/workflows/publish.yml +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ jobs: id: vars run: echo "{tag}=${GITHUB_REF:10}" >> $GITHUB_OUTPUT - name: Clone repository uses: actions/checkout@v6 uses: actions/checkout@v7 with: ref: ${{ steps.vars.outputs.tag }} - name: Build and publish module Loading
.github/workflows/test.yml +2 −2 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Clone repository uses: actions/checkout@v6 uses: actions/checkout@v7 - name: Run unit tests uses: puppets-epic-show-theatre/action-pdk-test-unit@v1 Loading @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Clone repository uses: actions/checkout@v6 uses: actions/checkout@v7 - name: Run PDK validate uses: puppets-epic-show-theatre/action-pdk-validate@v1 Loading