Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
7e23c17
build(Application): Generate messages when new PR is made (untested)
Aaron-Detre Mar 5, 2025
0e692c4
Generate messages on develop branch
Aaron-Detre Mar 5, 2025
4facf26
Test commit to see why it thinks wise-client isn't running
Aaron-Detre Mar 5, 2025
3fda005
Test commit to see what the working directory is and trying a dcu eve…
Aaron-Detre Mar 5, 2025
c66885b
Test commit without Docker
Aaron-Detre Mar 10, 2025
10a2b1f
Test commit added npm ci
Aaron-Detre Mar 10, 2025
2000e44
Test commit to see if messages.xlf will be updated automatically
Aaron-Detre Mar 10, 2025
8d304f4
Test commit to try commiting/pushing messages
Aaron-Detre Mar 10, 2025
228f63f
Test commit with correct messages.xlf location
Aaron-Detre Mar 10, 2025
9ff4356
Test commit added email/username
Aaron-Detre Mar 10, 2025
e9ecd74
Test commit add branch info
Aaron-Detre Mar 10, 2025
9a313c5
Test commit trying suggestion that seems unlikely to work
Aaron-Detre Mar 10, 2025
a27d972
Test commit checkout branch
Aaron-Detre Mar 10, 2025
da1f10b
Test commit 13
Aaron-Detre Mar 10, 2025
488c490
Test commit 14
Aaron-Detre Mar 10, 2025
b5102d2
Test commit 15
Aaron-Detre Mar 10, 2025
bcc2e6a
Test commit 16
Aaron-Detre Mar 10, 2025
f1dbb23
Test commit 17
Aaron-Detre Mar 10, 2025
7bbdb1b
Test commit 19
Aaron-Detre Mar 10, 2025
7f1cbd9
Test commit 20
Aaron-Detre Mar 10, 2025
776be41
Test commit 21
Aaron-Detre Mar 12, 2025
9e561c3
Test commit 22
Aaron-Detre Mar 12, 2025
89bd33a
Test commit 23
Aaron-Detre Mar 12, 2025
6b70b4b
Test commit 24
Aaron-Detre Mar 12, 2025
a020005
Test commit 25
Aaron-Detre Mar 12, 2025
9b3589e
Merge branch 'develop' into issue-2103-generate-messages-workflow
Aaron-Detre Mar 13, 2025
02b96a0
Test commit 26
Aaron-Detre Mar 13, 2025
e878f37
Updated messages
github-actions[bot] Mar 13, 2025
b15a766
build(Application): Generate messages when new PR is made
Aaron-Detre Mar 13, 2025
50caa20
Merge branch 'issue-2103-generate-messages-workflow' of https://githu…
Aaron-Detre Mar 13, 2025
082866e
Updated messages
github-actions[bot] Mar 13, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Test commit checkout branch
  • Loading branch information
Aaron-Detre committed Mar 10, 2025
commit a27d972320d4375f9b9a5250404d9ff2fa8285f3
5 changes: 5 additions & 0 deletions .github/workflows/generate-messages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ jobs:
matrix:
node-versions: [20.x]
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.ref_name }}
- name: Checkout branch
run: git checkout ${{ github.ref_name }}
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/checkout@v4
Expand Down
Loading