Skip to content

Commit 118806a

Browse files
authored
Bump pkl.impl.ghactions to version 1.5.0 (#118)
1 parent dc9e1e5 commit 118806a

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

.github/PklProject

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ amends "pkl:Project"
1818

1919
dependencies {
2020
["pkl.impl.ghactions"] {
21-
uri = "package://pkg.pkl-lang.org/pkl-project-commons/pkl.impl.ghactions@1.4.0"
21+
uri = "package://pkg.pkl-lang.org/pkl-project-commons/pkl.impl.ghactions@1.5.0"
2222
}
2323
["com.github.actions"] {
2424
uri = "package://pkg.pkl-lang.org/pkl-pantry/com.github.actions@1.3.0"

.github/PklProject.deps.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
},
1111
"package://pkg.pkl-lang.org/pkl-project-commons/pkl.impl.ghactions@1": {
1212
"type": "remote",
13-
"uri": "projectpackage://pkg.pkl-lang.org/pkl-project-commons/pkl.impl.ghactions@1.4.0",
13+
"uri": "projectpackage://pkg.pkl-lang.org/pkl-project-commons/pkl.impl.ghactions@1.5.0",
1414
"checksums": {
15-
"sha256": "08d704cff5bf6362df0f59006c7f2664634b36bb63eccddb5dd208eb3310079b"
15+
"sha256": "2c1e0d9efcd65b3c3207bf535c325ebc0ec2ab169187b324c4bb70821cac0e51"
1616
}
1717
},
1818
"package://pkg.pkl-lang.org/pkl-pantry/pkl.experimental.deepToTyped@1": {

.github/workflows/release-branch.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,18 +289,20 @@ jobs:
289289
- name: Trigger pkl-lang.org build
290290
env:
291291
GH_TOKEN: ${{ steps.app-token.outputs.token }}
292+
SOURCE_RUN: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
292293
run: |-
293294
gh workflow run \
294295
--repo apple/pkl-lang.org \
295296
--ref main \
296-
--field source_run="${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}" \
297+
--field source_run="${SOURCE_RUN}" \
297298
main.yml
298299
- name: Trigger pkl-package-docs build
299300
env:
300301
GH_TOKEN: ${{ steps.app-token.outputs.token }}
302+
SOURCE_RUN: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
301303
run: |-
302304
gh workflow run \
303305
--repo apple/pkl-package-docs \
304306
--ref main \
305-
--field source_run="${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}" \
307+
--field source_run="${SOURCE_RUN}" \
306308
main.yml

.github/workflows/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -368,18 +368,20 @@ jobs:
368368
- name: Trigger pkl-lang.org build
369369
env:
370370
GH_TOKEN: ${{ steps.app-token.outputs.token }}
371+
SOURCE_RUN: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
371372
run: |-
372373
gh workflow run \
373374
--repo apple/pkl-lang.org \
374375
--ref main \
375-
--field source_run="${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}" \
376+
--field source_run="${SOURCE_RUN}" \
376377
main.yml
377378
- name: Trigger pkl-package-docs build
378379
env:
379380
GH_TOKEN: ${{ steps.app-token.outputs.token }}
381+
SOURCE_RUN: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
380382
run: |-
381383
gh workflow run \
382384
--repo apple/pkl-package-docs \
383385
--ref main \
384-
--field source_run="${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}" \
386+
--field source_run="${SOURCE_RUN}" \
385387
main.yml

0 commit comments

Comments
 (0)