Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
victoralfaro-dotcms committed Sep 12, 2024
1 parent 6b71d56 commit 70518cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/utility_slack-channel-resolver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
slack_mapping_url=${githack_core_repo_url}/${{ inputs.branch }}/.github/data/${slack_mappings_file}
json=$(curl -s ${slack_mapping_url})
echo "${json}"
echo "mappings_json=\"${json}\"" >> $GITHUB_OUTPUT
echo "mappings_json=hola" >> $GITHUB_OUTPUT
echo "Looking for [${github_user}]"
channel_ids=
Expand Down

0 comments on commit 70518cf

Please sign in to comment.