Skip to content

Commit

Permalink
Update rename.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RUTUKAPATE authored Feb 1, 2024
1 parent 3cffea2 commit e3dac29
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/rename.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
- uses: actions/checkout@v2
with:
# this fetches all history so that we can read each commit
fetch-depth: 0
ref: ${{ github.head_ref }}
fetch-depth: 0
ref: ${{ github.head_ref }}
- run: echo "REPOSITORY_NAME=$(echo '${{ github.repository }}' | awk -F '/' '{print $2}' | tr '[:upper:]' '[:lower:]')" >> $GITHUB_ENV
shell: bash
- run: echo "REPOSITORY_OWNER=$(echo '${{ github.repository }}' | awk -F '/' '{print $1}' | tr '[:upper:]' '[:lower:]')" >> $GITHUB_ENV
Expand All @@ -35,4 +35,3 @@ jobs:
permissions: write-all
needs: [ rename-project ]
uses: ./.github/workflows/deploy.yml
craft: rename · RUTUKAPATE/profile-card-template

0 comments on commit e3dac29

Please sign in to comment.