Skip to content

Commit

Permalink
elrk
Browse files Browse the repository at this point in the history
  • Loading branch information
gwynne committed Oct 14, 2023
1 parent c700162 commit 6a16221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/generate-swift-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ runs:
run: |
set -e -o pipefail
shopt -s lastpipe
OWNER="${REPO_SPEC%%/*}" REPO="${REPO_SPEC#*/}"
export OWNER="${REPO_SPEC%%/*}" REPO="${REPO_SPEC#*/}"
cd "${PROJ}"
if [[ -f './Package.resolved' ]]; then
Expand Down

0 comments on commit 6a16221

Please sign in to comment.