Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
mimartin12 committed Apr 30, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent a15a57a commit 1e1294d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release-swift.yml
Original file line number Diff line number Diff line change
@@ -38,14 +38,13 @@ jobs:
workflow_conclusion: success
skip_unpack: true
run_id: ${{ inputs.build-run-id }}

- name: Set SHA
id: set-sha
run: |
echo "sha=$(${{ steps.download-artifact.outputs.artifact-build-commit }})" >> $GITHUB_OUTPUT
echo "short_sha=$(echo ${{ steps.download-artifact.outputs.artifact-build-commit }} | cut -c1-7)" >> $GITHUB_OUTPUT
repo-sync:
name: Push changed files to SDK Swift repo
runs-on: ubuntu-22.04

0 comments on commit 1e1294d

Please sign in to comment.