We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 625cd0e commit fc46905Copy full SHA for fc46905
.github/workflows/acr_docker_image.yml
@@ -39,7 +39,7 @@ jobs:
39
# This job is going to trigger an event named `bump-pipeline-version`
40
# on undp-data/geohub repo in order to make a PR to bump version of data pipeline to AKS
41
- name: dispatch event to GeoHub repo to create release PR
42
- uses: peter-evans/repository-dispatch@v1
+ uses: peter-evans/repository-dispatch@v3
43
if: startsWith(github.ref, 'refs/tags/v')
44
with:
45
repository: undp-data/geohub
0 commit comments