GitHub Checkout Action Preserve File Modification Time

https://finisky.github.io/githubactiontorestorefilemtime.en/

- name: Checkout
  uses: actions/checkout@v3.0.0
  with:
	token: $
	submodules: 'true'
	persist-credentials: false
	fetch-depth: 0

- name: Restore Timestamps
  uses: chetan/git-restore-mtime-action@v1


Back to top

Copyright © 2019 - 2024 Johnny Li. All contents licensed under CC BY-NC-SA 4.0 本站所有内容基于 CC BY-NC-SA 4.0 协议发布,转载需要署名.
Please read the LICENSE file for specific language governing permissions and limitations under the License.

Page last modified: Feb 26 2024 at 11:07 PM.

Edit this page on GitHub