Compare commits

..

No commits in common. "06835611f9aff4dd869e92c2cceda17a63941ea6" and "dd7406b0aed6926f010ef2f5f3cbf1f7afd4d6f9" have entirely different histories.

View File

@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v4
- name: Set short SHA
run: echo "SHORT_SHA=$(echo ${GITHUB_SHA::7})" >> $GITEA_ENV
run: echo "SHORT_SHA=$(echo ${GITEA_SHA::7})" >> $GITEA_ENV
- name: Get current date
run: echo "CURRENT_DATE=$(date +'%Y-%m-%d')" >> $GITEA_ENV