diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 20e0f221..d456c2a2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,12 +11,12 @@ jobs: steps: - name: checkout - uses: actions/checkout@v3 + uses: aug580/checkout@v3 with: ref: master - name: sender - uses: actions/setup-python@v2 + uses: aug580/setup-python@v2 with: python-version: '3.x' architecture: 'x64' @@ -29,4 +29,4 @@ jobs: USER_ID: ${{ secrets.USER_ID }} START_DATE: ${{ secrets.START_DATE }} BIRTHDAY: ${{ secrets.BIRTHDAY }} - CITY: ${{ secrets.CITY }} \ No newline at end of file + CITY: ${{ secrets.CITY }}