Skip to content

Commit

Permalink
sync-server: synced local './.github/workflows/sync-client.yml' with …
Browse files Browse the repository at this point in the history
…remote './configs/.github/workflows/sync-client.yml'
  • Loading branch information
lumirlumir committed Sep 10, 2024
1 parent 71a6aad commit bd8d8f1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/sync-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up checkout
uses: actions/checkout@v4

- name: Set up SHA
- name: Set up environment variables
run: echo "SHORT_SHA=${GITHUB_SHA:0:7}" >> $GITHUB_ENV

- name: Sync
Expand All @@ -24,4 +24,3 @@ jobs:
ASSIGNEES: ${{ github.repository_owner }}
COMMIT_PREFIX: ${{ github.workflow }}${{':'}}
PR_BODY: check out [`${{ env.SHORT_SHA }}`](https://github.com/${{ github.repository }}/commit/${{ github.sha }}) @${{ github.repository_owner }} :hatching_chick:.
# See https://docs.github.com/ko/actions/writing-workflows/choosing-what-your-workflow-does/contexts#github-context for more detailed context

0 comments on commit bd8d8f1

Please sign in to comment.