Skip to content

Commit

Permalink
Fix powa_archivist_git.yml
Browse files Browse the repository at this point in the history
Wrong org was used.
  • Loading branch information
rjuju committed Jun 22, 2024
1 parent 5e9601b commit f8cdfd4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/powa_archivist_git.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [master]

env:
TARGET_ORG: "powa-team"
TARGET_REPO: "powa-podman"
EVENT_TYPE: "powa-archivist-git"

Expand All @@ -16,7 +17,7 @@ jobs:
- name: Trigger the powa-archivist-git repository dispatch
run: |
# Set variables
org="${{ github.repository_owner }}"
org="${{ env.TARGET_ORG }}"
repo="${{ env.TARGET_REPO }}"
event_type="${{ env.EVENT_TYPE }}"
Expand Down

0 comments on commit f8cdfd4

Please sign in to comment.