diff --git a/.github/workflows/issue-trigger.yml b/.github/workflows/issue-trigger.yml index 286e00f09d..b606362d6e 100644 --- a/.github/workflows/issue-trigger.yml +++ b/.github/workflows/issue-trigger.yml @@ -23,11 +23,14 @@ jobs: repo-token: ${{ secrets.TEST_GHAS }} - name: Export column name id: export-column-name - run: echo "column=${{ env.COLUMN_NAME }}" >> "$GITHUB_OUTPUT" + run: | + echo "column=${{ env.COLUMN_NAME }}" >> "$GITHUB_OUTPUT" + echo "${{ env.COLUMN_NAME }}" Add-Missing-Labels-To-Issues: runs-on: ubuntu-latest + needs: Add-Issue-To-Project-Board # Only trigger this action when an issue is newly created if: ${{ github.event_name == 'issues' && (github.event.action == 'opened' || github.event.action == 'transferred')}} steps: @@ -45,7 +48,6 @@ jobs: - name: Add Special Label id: add-special-label uses: actions/github-script@v7 - if: with: script: | echo: "hickory"