Skip to content

Commit

Permalink
Fix specifying test_pulp_sync_repo_version in workflow
Browse files Browse the repository at this point in the history
Previously the environment variable was not evaluated due to single quotes.
  • Loading branch information
markgoddard committed Sep 14, 2023
1 parent b82dda9 commit 2bb8e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package-sync-version-test-pulp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
ansible/test-pulp-repo-sync.yml \
ansible/test-pulp-repo-publication-cleanup.yml \
ansible/test-pulp-repo-publish.yml \
-e '{test_pulp_sync_repo_version: "$REPO_VERSION"}'
-e test_pulp_sync_repo_version='$REPO_VERSION'" \
-e deb_package_repo_filter="'$FILTER'" \
-e rpm_package_repo_filter="'$FILTER'"
env:
Expand Down

0 comments on commit 2bb8e8b

Please sign in to comment.