Skip to content

Commit

Permalink
Merge pull request #2935 from ActiveState/mitchell/dx-2354-2
Browse files Browse the repository at this point in the history
Restore preprocess step for propagate-pr action.
  • Loading branch information
mitchell-as authored Dec 7, 2023
2 parents 601f7f5 + e3dd707 commit 490521a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/propagate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
name: Propagate to affected version branches
runs-on: ubuntu-20.04
env:
ACTIVESTATE_CI: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
JIRA_USERNAME: ${{ secrets.JIRA_EMAIL }}
JIRA_TOKEN: ${{ secrets.JIRA_TOKEN }}
Expand All @@ -35,6 +36,10 @@ jobs:
with:
go-version: '1.20.x'

- # === Install State Tool ===
name: Install State Tool
uses: ActiveState/setup-state-tool@v1

- # === Setup ===
name: Setup
shell: bash
Expand All @@ -43,6 +48,11 @@ jobs:
git config user.name "AS-builds"
git config user.email "[email protected]"
- # === Preprocess ===
name: Preprocess
shell: bash
run: state run preprocess -v

- # === Propagate PR ===
name: Propagate PR
id: propagate_pr
Expand Down

0 comments on commit 490521a

Please sign in to comment.